nginxstatus

This commit is contained in:
Philipp Hochkamp 2022-08-09 02:21:01 +02:00
parent 70d1930701
commit 3551af3246
3 changed files with 23 additions and 20 deletions

View file

@ -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;