mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
updates to iso generation
This commit is contained in:
parent
4dadb46797
commit
464ae0b3b1
2 changed files with 8 additions and 1 deletions
|
|
@ -18,8 +18,15 @@
|
|||
just
|
||||
curl
|
||||
wget
|
||||
disko
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
boot.supportedFilesystems = lib.mkForce ["zfs" "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
|
||||
|
||||
networking = {
|
||||
wireless.enable = lib.mkForce false;
|
||||
networkmanager.enable = true;
|
||||
enableIPv6 = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ default:
|
|||
just -l
|
||||
|
||||
iso:
|
||||
nix build .#nixosConfigurations.ISO.config.system.build.isoImage -o install.iso
|
||||
nix build .#nixosConfigurations.ISO.config.system.build.isoImage && ln -sf result/iso/*.iso install.iso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue