chore: rename sops

This commit is contained in:
2026-01-17 10:10:26 -05:00
parent 94249ce86b
commit 6cfe7228f3
8 changed files with 27 additions and 22 deletions

View File

@@ -1,7 +1,3 @@
{ lib, namespace, ... }:
let
inherit (lib.${namespace}) enabled;
in
{
system.stateVersion = 6;
nix.enable = false;
@@ -12,9 +8,5 @@ in
enable = true;
usingDeterminate = true;
};
security = {
sops = enabled;
};
};
}