Skip to content

Commit

Permalink
feat(nix): enable sops in homes on serverz
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Nov 8, 2024
1 parent ba5d687 commit bd008bf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nix/homes/x86_64-linux/sab@serverz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
pkgs,
...
}:
with lib.custom; let
wallpapers = inputs.wallpapers-nix.packages.${pkgs.system}.catppuccin;
in {
with lib.custom; {
custom = {
user = {
enable = true;
Expand All @@ -30,6 +28,11 @@ in {
security = {
rbw = disabled;
vault = disabled;
sops = {
enable = true;
defaultSopsFile = lib.snowfall.fs.get-file "secrets/sab/default.yaml";
sshKeyPaths = ["${config.home.homeDirectory}/.ssh/id_ed25519"];
};
};
};
home.stateVersion = "24.05";
Expand Down

0 comments on commit bd008bf

Please sign in to comment.