tmpfs and set noatime

This commit is contained in:
Kopatz
2023-11-25 11:44:43 +01:00
parent 14d982a508
commit 98856a09c5
6 changed files with 22 additions and 1 deletions

View File

@@ -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";

View File

@@ -16,6 +16,10 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/dd65bdf8-c003-439c-a1aa-d050cb20959d";
fsType = "ext4";
options = [
"defaults"
"noatime"
];
};
fileSystems."/boot" =