base: configure sops

This commit is contained in:
h7x4
2026-01-22 16:48:59 +09:00
parent f7757d697d
commit 1d47409d96
13 changed files with 15 additions and 55 deletions

View File

@@ -8,11 +8,6 @@
./services/nfs-mounts.nix
];
# sops.defaultSopsFile = fp /secrets/shark/shark.yaml;
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# sops.age.keyFile = "/var/lib/sops-nix/key.txt";
# sops.age.generateKey = true;
systemd.network.networks."30-ens18" = values.defaultNetworkConfig // {
matchConfig.Name = "ens18";
address = with values.hosts.temmie; [ (ipv4 + "/25") (ipv6 + "/64") ];