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
|
./hardware-configuration.nix
|
||||||
./modules/generic.nix
|
./modules/generic.nix
|
||||||
./modules/borg.nix
|
./modules/borg.nix
|
||||||
./modules/minecraft.nix
|
#./modules/minecraft.nix
|
||||||
./modules/rclone.nix
|
#./modules/rclone.nix
|
||||||
./modules/authentik-server.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";
|
services.postgresql = {
|
||||||
|
package = pkgs.postgresql_15;
|
||||||
system.autoUpgrade = {
|
|
||||||
allowReboot = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
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";
|
system.stateVersion = "22.05";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue