nix-config/devices/ellaca/options.nix
2025-02-06 18:51:46 +01:00

10 lines
163 B
Nix

{ ... }: {
conf = {
ssh.enable = true;
nginx.enable = true;
website.enable = true;
stateVersion = "25.05";
hmStateVersion = "25.05";
};
}