feat(g17): complete
This commit is contained in:
parent
072658fe87
commit
5448b77232
|
@ -11,8 +11,8 @@
|
||||||
gSeries = {
|
gSeries = {
|
||||||
enable = true;
|
enable = true;
|
||||||
serial = 17;
|
serial = 17;
|
||||||
eth0Name = "eno1";
|
eth0Name = "eno2";
|
||||||
eth1Name = "eno2";
|
eth1Name = "eno1";
|
||||||
eth2Name = "eno4";
|
eth2Name = "eno4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/home2" =
|
||||||
|
{ device = "home2";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/e4841a52-0280-4cbe-9cf8-34b7cb9f8b0c"; }
|
[ { device = "/dev/disk/by-uuid/e4841a52-0280-4cbe-9cf8-34b7cb9f8b0c"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user