Update new quadcore-292465 after getting initial deploy to work

This commit is contained in:
Eli Ribble 2026-05-07 22:41:14 +00:00
parent 5145104a16
commit 8417871a6d
No known key found for this signature in database
2 changed files with 8 additions and 6 deletions

View file

@ -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 = {

View file

@ -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;
};
}