my nix configs for my servers and desktop

weh

Changed files
+7
+7
host-secrets.nix
··· 31 31 group = "garage"; 32 32 mode = "0400"; 33 33 }; 34 + 35 + "headscale-authkey" = { 36 + file = ./secrets/headscale-authkey.age; 37 + owner = "regent"; 38 + group = "users"; 39 + mode = "0400"; 40 + }; 34 41 }; 35 42 }