Migrate Atlas to this repo

This commit is contained in:
Pim Kunis 2024-12-01 14:33:24 +01:00
parent 459ee2c6b2
commit 0db03c8175
22 changed files with 4926 additions and 61 deletions

View file

@ -29,6 +29,11 @@
};
};
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
services = {
openssh.enable = true;
prometheus.exporters.node.enable = true;
@ -49,7 +54,7 @@
};
sops.secrets."tailscale/authKey" = {
sopsFile = "${self}/secrets/servers.sops.yaml";
sopsFile = "${self}/secrets/servers.yaml";
};
};
}