Compare commits

..

No commits in common. "f0c55cfcbe02df794b42c21a53f903f73586ad53" and "c9ff1a218e3c9a89fa4e0b943fcf9acea2a7bdfe" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View File

@ -22,12 +22,6 @@
fsType = "ext4";
};
# swap
swapDevices = [ {
device = "/swapfile";
size = 4096;
} ];
# networking
networking.useDHCP = lib.mkDefault true;

View File

@ -22,12 +22,6 @@
fsType = "ext4";
};
# swap
swapDevices = [ {
device = "/swapfile";
size = 4096;
} ];
# networking
networking.useDHCP = lib.mkDefault true;