diff --git a/config/omen.nix b/config/omen.nix index 0c297bf..8bf83b3 100644 --- a/config/omen.nix +++ b/config/omen.nix @@ -13,6 +13,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # Supported Filesystems + boot.supportedFilesystems = [ "ntfs" ]; + # Set hostname networking.hostName = "randomctf";