Setup Commit

This commit is contained in:
NyxErinys 2026-05-17 16:06:46 -05:00
commit 289b69d342
23 changed files with 728 additions and 0 deletions

10
modules/sops.nix Normal file
View file

@ -0,0 +1,10 @@
{inputs, pkgs, ...}:
{
imports = [ inputs.sops-nix.nixosModules.sops ];
sops = {
defaultSopsFile = "${inputs.secrets}/main.json";
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
}