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 options
nix.optimise.automatic = true; nix.optimise.automatic = true;
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
@ -46,6 +40,7 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
systemd.services.NetworkManager-wait-online.enable = false;
# Set your time zone. # Set your time zone.
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";

View file

@ -12,7 +12,7 @@
}; };
plymouth = { plymouth = {
enable = true; enable = false;
themePackages = [pkgs.catppuccin-plymouth]; themePackages = [pkgs.catppuccin-plymouth];
theme = "catppuccin-macchiato"; theme = "catppuccin-macchiato";
}; };