Add postgres, fix hedgedoc, various cleanups
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user