mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
live build with store optimisation
This commit is contained in:
parent
f3053f47b0
commit
16d592cf52
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue