7 lines
136 B
Nix
7 lines
136 B
Nix
{ lib, config, ... }:
|
|
{
|
|
systemd.tmpfiles.rules = [
|
|
"L /etc/nixos - - - - /home/${config.pub-solar.user.name}/Workspace/os"
|
|
];
|
|
}
|