Add sops modules to server

This commit is contained in:
DashieTM 2024-08-04 14:29:34 +02:00
parent 8ee4ea7fe1
commit 75292c920c
2 changed files with 19 additions and 18 deletions

View file

@ -75,6 +75,7 @@
inherit inputs; pkgs = stable;
};
modules = [
inputs.sops-nix.nixosModules.sops
./hardware/server/configuration.nix
];
};