nixos 25.05 patches
This commit is contained in:
parent
d750f5299f
commit
ad52b0ba9a
4
iso.nix
4
iso.nix
@ -12,7 +12,7 @@
|
||||
nixpkgs.overlays = [ (import ./packages) ];
|
||||
|
||||
networking.hostName = "netalis-nixos-iso";
|
||||
isoImage.isoBaseName = "netalis-nixos-iso";
|
||||
isoImage.isoBaseName = lib.mkForce "netalis-nixos-iso";
|
||||
|
||||
boot.supportedFilesystems =
|
||||
[ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ] ++
|
||||
@ -24,7 +24,7 @@
|
||||
nix = {
|
||||
settings = {
|
||||
trusted-users = [ "@wheel" ];
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
extraOptions = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user