From b7d30b96d030b6b35b26cba317bd9864250a86bb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 11 Feb 2023 10:02:34 +0100 Subject: allow windows installer creation --- common.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 0cf5cbb..d3aa068 100644 --- a/common.nix +++ b/common.nix @@ -30,9 +30,9 @@ in boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot"; - # zfs + # zfs & NTFS for Windows stuff boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - boot.supportedFilesystems = [ "zfs" ]; + boot.supportedFilesystems = [ "zfs" "ntfs" ]; services.zfs.autoScrub.enable = true; services.zfs.trim.enable = true; @@ -211,6 +211,7 @@ in lsof mailutils mc + woeusb zsh zsh-powerlevel10k ]; @@ -432,6 +433,7 @@ in hugo inetutils kate + kcalc keychain krita libjxl -- cgit v1.2.3