10 lines
163 B
Nix
10 lines
163 B
Nix
{ ... }: {
|
|
conf = {
|
|
ssh.enable = true;
|
|
nginx.enable = true;
|
|
website.enable = true;
|
|
|
|
stateVersion = "25.05";
|
|
hmStateVersion = "25.05";
|
|
};
|
|
}
|