nixos 25.05 patches

This commit is contained in:
netali 2025-06-19 03:38:29 +02:00
parent d750f5299f
commit ad52b0ba9a
Signed by: netali
GPG Key ID: 9C55E636426B40A9

View File

@ -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 = ''