Limina keeps running out of space

This commit is contained in:
niten 2023-01-22 17:24:26 -08:00
parent 2c6e3068e6
commit ea87bd198b
3 changed files with 8 additions and 3 deletions

View File

@ -12,8 +12,8 @@
ldap-servers = [ "nutboy3" "legatus" ]; ldap-servers = [ "nutboy3" "legatus" ];
kerberos-master = "limina"; kerberos-master = "nostromo";
kerberos-slaves = [ "nostromo" ]; kerberos-slaves = [ "lambda" ];
prometheus-hosts = [ "limina" ]; prometheus-hosts = [ "limina" ];
grafana-hosts = [ "nostromo" ]; grafana-hosts = [ "nostromo" ];

View File

@ -14,6 +14,6 @@
inherit (self) entities; inherit (self) entities;
}; };
overlays.default = (final: prev: { lib = prev.lib // (self.lib); }); overlays.default = (final: prev: { lib = prev.lib // self.lib; });
}; };
} }

View File

@ -10,4 +10,9 @@
enable-distributed-builds = false; enable-distributed-builds = false;
mail-server = "mail.fudo.org"; mail-server = "mail.fudo.org";
local-gateway = "limina"; local-gateway = "limina";
network-filesystems = {
"/net/documents" = { host = "nostromo"; };
"/net/downloads" = { host = "nostromo"; };
"/net/projects" = { host = "nostromo"; };
};
} }