mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02: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;
|
enable = true;
|
||||||
subdomain = "ci";
|
subdomain = "ci";
|
||||||
};
|
};
|
||||||
status = {
|
|
||||||
enable = true;
|
|
||||||
nginx = {
|
|
||||||
enable = true;
|
|
||||||
subdomain = "status";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 4;
|
nix.maxJobs = lib.mkDefault 4;
|
||||||
|
|
8
rpi.nix
8
rpi.nix
|
@ -35,7 +35,13 @@
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.gc.options = "--delete-older-than 30d";
|
nix.gc.options = "--delete-older-than 30d";
|
||||||
boot.cleanTmpDir = true;
|
boot.cleanTmpDir = true;
|
||||||
|
luj.status = {
|
||||||
|
enable = true;
|
||||||
|
nginx = {
|
||||||
|
enable = true;
|
||||||
|
subdomain = "status";
|
||||||
|
};
|
||||||
|
};
|
||||||
# Configure basic SSH access
|
# Configure basic SSH access
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
# services.openssh.permitRootLogin = "yes";
|
# services.openssh.permitRootLogin = "yes";
|
||||||
|
|
Loading…
Add table
Reference in a new issue