nginxstatus
This commit is contained in:
parent
70d1930701
commit
3551af3246
3 changed files with 23 additions and 20 deletions
|
|
@ -19,6 +19,9 @@ in
|
|||
# Immutable users due to tmpfs
|
||||
users.mutableUsers = false;
|
||||
services.openssh.forwardX11 = true;
|
||||
services.rpcbind.enable = true;
|
||||
boot.supportedFilesystems = [ "nfs" "nfs4" ];
|
||||
environment.systemPackages = [ pkgs.nfs-utils ];
|
||||
|
||||
ragon = {
|
||||
cli.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue