nixos-config/hosts/cumulus/default.nix

13 lines
200 B
Nix

_: {
system.stateVersion = "24.11";
custom = {
sops.enable = true;
boot.loader.grub.enable = true;
services.tailscale = {
enable = true;
ssh.enable = true;
};
};
}