changes to mc7 configuration.nix
This commit is contained in:
parent
17c4dbbbbb
commit
d5dbefe219
1 changed files with 27 additions and 6 deletions
|
|
@ -5,17 +5,38 @@
|
|||
./hardware-configuration.nix
|
||||
./modules/generic.nix
|
||||
./modules/borg.nix
|
||||
./modules/minecraft.nix
|
||||
./modules/rclone.nix
|
||||
#./modules/minecraft.nix
|
||||
#./modules/rclone.nix
|
||||
./modules/authentik-server.nix
|
||||
./modules/authentik-ldap.nix
|
||||
./modules/powerdns-web.nix
|
||||
./modules/powerdns-admin.nix
|
||||
./modules/ihatemoney.nix
|
||||
#./modules/postgresql.nix
|
||||
./modules/zabbix-server.nix
|
||||
./modules/vaultwarden.nix
|
||||
./modules/remotebuild/host.nix
|
||||
];
|
||||
|
||||
services.rclone.cacheSize = "100G";
|
||||
|
||||
system.autoUpgrade = {
|
||||
allowReboot = false;
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_15;
|
||||
};
|
||||
|
||||
|
||||
sops.secrets."authentik/ldap/mc7" = {};
|
||||
services.authentik-ldap.token = builtins.readFile config.sops.secrets."authentik/ldap/mc7".path;
|
||||
|
||||
networking.firewall.interfaces.podman0.allowedUDPPorts = [ 53 ];
|
||||
networking.firewall.interfaces.podman0.allowedTCPPorts = [ 5432 ];
|
||||
|
||||
#services.rclone.cacheSize = "100G";
|
||||
|
||||
#system.autoUpgrade = {
|
||||
# allowReboot = false;
|
||||
#};
|
||||
|
||||
#nix.gc.automatic = false;
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue