update iso
This commit is contained in:
parent
5bccb80f2c
commit
493cdf167d
1 changed files with 10 additions and 5 deletions
15
flake.nix
15
flake.nix
|
|
@ -132,6 +132,7 @@
|
||||||
./extras/minecraft-server.nix
|
./extras/minecraft-server.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
# nix build .#nixosConfigurations.bcachefs-iso.config.system.build.isoImage
|
||||||
bcachefs-iso = nixos.lib.nixosSystem {
|
bcachefs-iso = nixos.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
@ -146,26 +147,30 @@
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
helix
|
# keep-sorted start
|
||||||
bat
|
bat
|
||||||
|
# rustdesk
|
||||||
|
bcachefs-tools
|
||||||
bottom
|
bottom
|
||||||
|
disko
|
||||||
dumbpipe
|
dumbpipe
|
||||||
sendme
|
|
||||||
git
|
|
||||||
firefox
|
firefox
|
||||||
|
git
|
||||||
|
helix
|
||||||
ouch
|
ouch
|
||||||
pueue
|
pueue
|
||||||
ripgrep
|
ripgrep
|
||||||
# rustdesk
|
sendme
|
||||||
skim
|
skim
|
||||||
tree
|
tree
|
||||||
wezterm
|
wezterm
|
||||||
wget
|
wget
|
||||||
zstd
|
zstd
|
||||||
# bcachefs-tools
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
# boot.supportedFilesystems = ["bcachefs"];
|
# boot.supportedFilesystems = ["bcachefs"];
|
||||||
boot.supportedFilesystems.btrfs = true;
|
boot.supportedFilesystems.btrfs = true;
|
||||||
|
boot.supportedFilesystems.bcachefs = true;
|
||||||
boot.supportedFilesystems.zfs = lib.mkForce false;
|
boot.supportedFilesystems.zfs = lib.mkForce false;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
isoImage.squashfsCompression = "zstd";
|
isoImage.squashfsCompression = "zstd";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue