speed up boot times, for better hibernation experience

This commit is contained in:
Tyler Mayoff 2025-07-07 16:30:09 -04:00
parent ab1948cb64
commit 43fbb0d77c
2 changed files with 2 additions and 7 deletions

View file

@ -27,12 +27,6 @@
};
};
virtualisation.docker.enable = true;
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};
# Nix options
nix.optimise.automatic = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
@ -46,6 +40,7 @@
# Enable networking
networking.networkmanager.enable = true;
systemd.services.NetworkManager-wait-online.enable = false;
# Set your time zone.
time.timeZone = "America/New_York";