my nix configs for my servers and desktop

weh

Changed files
+7
+7
host-secrets.nix
···
group = "garage";
mode = "0400";
};
};
}
···
group = "garage";
mode = "0400";
};
+
+
"headscale-authkey" = {
+
file = ./secrets/headscale-authkey.age;
+
owner = "regent";
+
group = "users";
+
mode = "0400";
+
};
};
}