Add new host "cumulus"

This commit is contained in:
SebastianStork 2025-06-08 00:55:40 +02:00
parent 4654dcc27c
commit ab97c76985
6 changed files with 132 additions and 0 deletions

13
hosts/cumulus/default.nix Normal file
View file

@ -0,0 +1,13 @@
_: {
system.stateVersion = "24.11";
custom = {
sops.enable = true;
boot.loader.grub.enable = true;
services.tailscale = {
enable = true;
ssh.enable = true;
};
};
}