This commit is contained in:
2025-08-12 17:29:58 +00:00
parent a1967cefe5
commit 2c4fb98fc7
2 changed files with 13 additions and 19 deletions

View File

@@ -40,7 +40,13 @@
networking = {
hostName = hostname;
useDHCP = true;
useDHCP = false;
interfaces.eno1.ipv4.addresses = [{
address = "192.168.1.10";
prefixLength = 24;
}];
defaultGateway = "192.168.1.1";
nameservers = ["1.1.1.1"];
};
services.postgresql = {