tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Make installer compress with xz
bwc9876.dev
4 months ago
fdaca612
5e80d8d4
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+2
1 changed file
expand all
collapse all
unified
split
nixosConfigurations
installer.nix
+2
nixosConfigurations/installer.nix
···
66
66
67
67
networking.networkmanager.enable = lib.mkForce false;
68
68
69
69
+
isoImage.squashfsCompression = "xz -Xdict-size 100%";
70
70
+
69
71
users.users.root = {
70
72
shell = pkgs.nushell;
71
73
};