diff --git a/host/nocix/amd-legacy-quadcore-292465/disk-config.nix b/host/nocix/amd-legacy-quadcore-292465/disk-config.nix index 275cc9b..1bfa8b4 100644 --- a/host/nocix/amd-legacy-quadcore-292465/disk-config.nix +++ b/host/nocix/amd-legacy-quadcore-292465/disk-config.nix @@ -4,7 +4,7 @@ disko.devices = { disk = { root = { - device = "/dev/sdb"; + device = "/dev/disk/by-id/ata-SATA_SSD_18072512000554"; type = "disk"; content = { type = "gpt"; @@ -35,8 +35,9 @@ }; }; }; + /* data = { - device = "/dev/sda"; + device = "/dev/sdb"; type = "disk"; content = { type = "gpt"; @@ -55,6 +56,7 @@ }; }; }; + */ }; lvm_vg = { pool = { diff --git a/host/nocix/amd-legacy-quadcore-292465/network.nix b/host/nocix/amd-legacy-quadcore-292465/network.nix index 136586c..227d6d9 100644 --- a/host/nocix/amd-legacy-quadcore-292465/network.nix +++ b/host/nocix/amd-legacy-quadcore-292465/network.nix @@ -6,7 +6,7 @@ interface = "enp2s0"; }; defaultGateway6 = { - address = "2604:4300:a:30::"; + address = "2604:4300:a:30::1"; interface = "enp2s0"; }; domain = "gleipnir.technology"; @@ -19,7 +19,7 @@ allowedTCPPorts = [ 22 80 443 7000 16652 ]; };*/ }; - hostName = "nocix-amd-legacy-quadcore"; + hostName = "nocix-amd-legacy-quadcore-292465"; interfaces.enp2s0 = { ipv4.addresses = [{ address = "107.150.42.2"; @@ -32,8 +32,8 @@ }; nameservers = ["8.8.8.8"]; networkmanager.enable = false; - nftables.enable = true; - useNetworkd = true; + #nftables.enable = true; search = ["nocix.net"]; + useNetworkd = true; }; }