zsh
This commit is contained in:
parent
e683317ab3
commit
425145920c
6 changed files with 6 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
];
|
||||
files = [];
|
||||
|
||||
# users.${conf.user} = (import ../home/persistence.nix).data;
|
||||
# users.${conf.user} = (import ../home/persist.nix).data;
|
||||
};
|
||||
|
||||
environment.persistence."/persist/cache" = {
|
||||
|
|
@ -25,6 +25,6 @@
|
|||
"/etc/machine-id"
|
||||
];
|
||||
|
||||
# users.${conf.user} = (import ../home/persistence.nix).cache;
|
||||
# users.${conf.user} = (import ../home/persist.nix).cache;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
conf,
|
||||
config,
|
||||
...
|
||||
|
|
@ -18,6 +17,7 @@
|
|||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
conf = conf;
|
||||
sops-nix = inputs.inputs.sops-nix;
|
||||
};
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue