From 16d592cf52e1668b7cc8f6a75bf68e8be023c089 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 29 Dec 2024 11:54:38 -0500 Subject: [PATCH] live build with store optimisation --- hosts/Parzival-Live/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/Parzival-Live/default.nix b/hosts/Parzival-Live/default.nix index 9284e78..171dc7f 100644 --- a/hosts/Parzival-Live/default.nix +++ b/hosts/Parzival-Live/default.nix @@ -10,10 +10,11 @@ "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" ]; + nix.settings.auto-optimise-store = true; + nixpkgs.hostPlatform = "x86_64-linux"; boot.supportedFilesystems = lib.mkForce ["btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"]; - networking.wireless.enable = false; desktop.sway.enable = true;