feat(g17): complete

This commit is contained in:
Dict Xiong 2024-06-15 12:46:30 +08:00
parent 072658fe87
commit 5448b77232
2 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,8 @@
gSeries = {
enable = true;
serial = 17;
eth0Name = "eno1";
eth1Name = "eno2";
eth0Name = "eno2";
eth1Name = "eno1";
eth2Name = "eno4";
};
};

View File

@ -24,6 +24,11 @@
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/home2" =
{ device = "home2";
fsType = "zfs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/e4841a52-0280-4cbe-9cf8-34b7cb9f8b0c"; }
];