generated from john/nix-docker
moved script
This commit is contained in:
@@ -20,5 +20,11 @@ in
|
||||
homeDirectory = "${homePath}";
|
||||
};
|
||||
|
||||
packages = [
|
||||
(pkgs.writeShellScriptBin "nfs" ''
|
||||
sudo nixos-rebuild switch --flake git+file://${homePath}#${hostname}
|
||||
'')
|
||||
];
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
}
|
||||
Reference in New Issue
Block a user