allow windows installer creation
This commit is contained in:
parent
0ebc1b4733
commit
b7d30b96d0
|
@ -30,9 +30,9 @@ in
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot";
|
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||||
|
|
||||||
# zfs
|
# zfs & NTFS for Windows stuff
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" "ntfs" ];
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
services.zfs.trim.enable = true;
|
services.zfs.trim.enable = true;
|
||||||
|
|
||||||
|
@ -211,6 +211,7 @@ in
|
||||||
lsof
|
lsof
|
||||||
mailutils
|
mailutils
|
||||||
mc
|
mc
|
||||||
|
woeusb
|
||||||
zsh
|
zsh
|
||||||
zsh-powerlevel10k
|
zsh-powerlevel10k
|
||||||
];
|
];
|
||||||
|
@ -432,6 +433,7 @@ in
|
||||||
hugo
|
hugo
|
||||||
inetutils
|
inetutils
|
||||||
kate
|
kate
|
||||||
|
kcalc
|
||||||
keychain
|
keychain
|
||||||
krita
|
krita
|
||||||
libjxl
|
libjxl
|
||||||
|
|
Loading…
Reference in a new issue