Merge branch 'main' of src:greg/nixos-config
This commit is contained in:
@@ -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
|
||||
}
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user