This commit is contained in:
天クマ 2026-02-16 15:22:46 -03:00
commit 6a32cd9e45
4 changed files with 113 additions and 13 deletions

View file

@ -13,6 +13,8 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems.exfat = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/ebd458ec-8189-4955-a0b9-3222a5946901";
fsType = "ext4";