chore(cleanup): sops, opencode, etc

This commit is contained in:
2026-01-11 22:19:31 -05:00
parent 1fe9396284
commit c8f5e744d0
32 changed files with 1210 additions and 676 deletions

View File

@@ -1,4 +1,7 @@
{ lib, ... }:
{ lib, namespace, ... }:
let
inherit (lib.${namespace}) enabled;
in
{
system.stateVersion = 6;
nix.enable = false;
@@ -11,11 +14,7 @@
};
security = {
sops = {
enable = true;
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = lib.snowfall.fs.get-file "secrets/mac-va-mbp-personal/default.yaml";
};
sops = enabled;
};
};
}