Flake: add sops-nix
This commit is contained in:
parent
9ca56553f7
commit
1d1b76b329
3 changed files with 34 additions and 2 deletions
|
|
@ -129,7 +129,10 @@
|
|||
backupFileExtension = "hm-backup";
|
||||
useGlobalPkgs = true;
|
||||
verbose = true;
|
||||
sharedModules = [flakeSelf.inputs.catppuccin.homeModules.catppuccin];
|
||||
sharedModules = with flakeSelf; [
|
||||
inputs.catppuccin.homeModules.catppuccin
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
users.toast = {osConfig, ...}: {
|
||||
catppuccin.flavor = osConfig.catppuccin.flavor;
|
||||
catppuccin.accent = osConfig.catppuccin.accent;
|
||||
|
|
@ -156,6 +159,9 @@
|
|||
"/persist/id_host"
|
||||
];
|
||||
};
|
||||
sops = {
|
||||
age.sshKeyPaths = ["/persist/id_host"];
|
||||
};
|
||||
|
||||
catppuccin.grub.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue