Flake for my NixOS devices

Make installer compress with xz

bwc9876.dev fdaca612 5e80d8d4

verified
+2
+2
nixosConfigurations/installer.nix
··· 66 66 67 67 networking.networkmanager.enable = lib.mkForce false; 68 68 69 + isoImage.squashfsCompression = "xz -Xdict-size 100%"; 70 + 69 71 users.users.root = { 70 72 shell = pkgs.nushell; 71 73 };