this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make installer compress with xz

Ben C fdaca612 5e80d8d4

+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 };