tmpfs and set noatime
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
networking.networkmanager.enable = true;
|
||||
boot.initrd.systemd.network.wait-online.enable = false;
|
||||
systemd.network.wait-online.enable = false;
|
||||
|
||||
#disable firewall when doing ipv6 vm stuff
|
||||
#networking.firewall.enable = lib.mkForce false;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Vienna";
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/dd65bdf8-c003-439c-a1aa-d050cb20959d";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"defaults"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
|
||||
Reference in New Issue
Block a user