home: fix sops module import location
This commit is contained in:
parent
5bee0c6f2b
commit
16064a898f
2 changed files with 3 additions and 4 deletions
|
|
@ -5,10 +5,8 @@
|
|||
useUserPackages = true;
|
||||
users.lelgenio = {
|
||||
my = config.my;
|
||||
imports = [
|
||||
../user/home.nix
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
# Don't add other modules here, add them in home.nix
|
||||
imports = [ ../user/home.nix ];
|
||||
};
|
||||
backupFileExtension = "bkp";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue