a
This commit is contained in:
parent
491c8bf72c
commit
339d69b1c7
2 changed files with 1 additions and 3 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
../../nixos-modules/networking/tailscale.nix
|
../../nixos-modules/networking/tailscale.nix
|
||||||
../../nixos-modules/services/ssh.nix
|
../../nixos-modules/services/ssh.nix
|
||||||
../../nixos-modules/system/agenix.nix
|
../../nixos-modules/system/agenix.nix
|
||||||
|
../../nixos-modules/system/persist.nix
|
||||||
../../nixos-modules/user
|
../../nixos-modules/user
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,6 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
imports = [
|
|
||||||
"../system/persist.nix"
|
|
||||||
];
|
|
||||||
# Let ~/bin/ be in $PATH
|
# Let ~/bin/ be in $PATH
|
||||||
environment.homeBinInPath = true;
|
environment.homeBinInPath = true;
|
||||||
ragon.persist.extraDirectories = [ "/home/${username}" ];
|
ragon.persist.extraDirectories = [ "/home/${username}" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue