Limina keeps running out of space
This commit is contained in:
parent
2c6e3068e6
commit
ea87bd198b
|
@ -12,8 +12,8 @@
|
|||
|
||||
ldap-servers = [ "nutboy3" "legatus" ];
|
||||
|
||||
kerberos-master = "limina";
|
||||
kerberos-slaves = [ "nostromo" ];
|
||||
kerberos-master = "nostromo";
|
||||
kerberos-slaves = [ "lambda" ];
|
||||
|
||||
prometheus-hosts = [ "limina" ];
|
||||
grafana-hosts = [ "nostromo" ];
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
inherit (self) entities;
|
||||
};
|
||||
|
||||
overlays.default = (final: prev: { lib = prev.lib // (self.lib); });
|
||||
overlays.default = (final: prev: { lib = prev.lib // self.lib; });
|
||||
};
|
||||
}
|
||||
|
|
|
@ -10,4 +10,9 @@
|
|||
enable-distributed-builds = false;
|
||||
mail-server = "mail.fudo.org";
|
||||
local-gateway = "limina";
|
||||
network-filesystems = {
|
||||
"/net/documents" = { host = "nostromo"; };
|
||||
"/net/downloads" = { host = "nostromo"; };
|
||||
"/net/projects" = { host = "nostromo"; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue