Add postgres, fix hedgedoc, various cleanups

This commit is contained in:
2023-05-03 17:49:50 +02:00
parent 9e64e2dd1f
commit 8386bcad09
5 changed files with 54 additions and 16 deletions

View File

@@ -11,6 +11,7 @@
#./vms.nix
./services/nginx
./services/postgres.nix
./services/kanidm.nix
./services/jellyfin.nix
./services/metrics
@@ -26,7 +27,7 @@
# - Transmission
# x Jellyfin
# x NFS imports
# - NFS exports
# x NFS exports
# - FreeBSD VM
# - Kali VM
# x Kerberos / IPA / Kanidm
@@ -36,7 +37,7 @@
networking = {
hostName = "voyager";
defaultGateway = "192.168.10.1";
nameservers = [ "192.168.10.1" "1.1.1.1" ];
nameservers = [ "192.168.11.100" "1.1.1.1" ];
interfaces.eno1.ipv4 = {
addresses = [
{ address = "192.168.10.165"; prefixLength = 24; }