Merge branch 'main' of src:greg/nixos-config

This commit is contained in:
Greg Hellings
2025-04-17 22:42:59 -05:00
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
ip-address = "10.42.4.1"; # Dendrite
}
{
hw-address = "BC:24:11:A2:F3:A6";
hw-address = "BC:24:11:8F:91:77";
ip-address = "10.42.4.2"; # Jellyfin
}
{
+4 -2
View File
@@ -201,8 +201,6 @@ in
};
};
openssh.enable = true;
logrotate = {
enable = true;
settings = {
@@ -214,6 +212,8 @@ in
};
};
openssh.enable = true;
postgresql = {
enable = true;
checkConfig = true;
@@ -232,6 +232,8 @@ in
};
};
qemuGuest.enable = true;
redis.servers.gitlab = {
enable = true;
};