mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
Changed status machine
This commit is contained in:
parent
75954eb673
commit
b7b288c261
2 changed files with 8 additions and 8 deletions
|
@ -25,13 +25,7 @@
|
|||
enable = true;
|
||||
subdomain = "ci";
|
||||
};
|
||||
status = {
|
||||
enable = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
subdomain = "status";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
|
|
8
rpi.nix
8
rpi.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue