Merge branch 'main' of src:greg/nixos-config
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
ip-address = "10.42.4.1"; # Dendrite
|
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
|
ip-address = "10.42.4.2"; # Jellyfin
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -201,8 +201,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
openssh.enable = true;
|
|
||||||
|
|
||||||
logrotate = {
|
logrotate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
@@ -214,6 +212,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
openssh.enable = true;
|
||||||
|
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
checkConfig = true;
|
checkConfig = true;
|
||||||
@@ -232,6 +232,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qemuGuest.enable = true;
|
||||||
|
|
||||||
redis.servers.gitlab = {
|
redis.servers.gitlab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user