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