Changed status machine

This commit is contained in:
Julien Malka 2022-01-01 20:52:02 +01:00
parent 75954eb673
commit b7b288c261
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
2 changed files with 8 additions and 8 deletions

View file

@ -25,13 +25,7 @@
enable = true;
subdomain = "ci";
};
status = {
enable = true;
nginx = {
enable = true;
subdomain = "status";
};
};
};
nix.maxJobs = lib.mkDefault 4;

View file

@ -35,7 +35,13 @@
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 30d";
boot.cleanTmpDir = true;
luj.status = {
enable = true;
nginx = {
enable = true;
subdomain = "status";
};
};
# Configure basic SSH access
services.openssh.enable = true;
# services.openssh.permitRootLogin = "yes";