Changed Stuff
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
extraModulePackages = [ ];
|
||||
};
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
"/" = lib.mkForce {
|
||||
device = "/dev/disk/by-label/NIXROOT";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
"/boot" = {
|
||||
"/boot" = lib.mkForce {
|
||||
device = "/dev/disk/by-label/NIXBOOT";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
networkConfig = {
|
||||
Address = "192.168.2.40/24";
|
||||
Gateway = "192.168.2.1";
|
||||
DNS = "192.168.2.2";
|
||||
DNS = [
|
||||
"192.168.2.2"
|
||||
"1.1.1.1"
|
||||
];
|
||||
DHCP = "no";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user