This commit is contained in:
Nico
2025-06-15 19:30:41 +02:00
parent f85d945337
commit 32fe50e27c
4 changed files with 40 additions and 4 deletions

View File

@@ -30,10 +30,10 @@ boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
fileSystems."mnt/win" = {
device = "/dev/sdb1";
fsType = "ntfs";
};
# fileSystems."mnt/win" = {
# device = "/dev/sdb1";
# fsType = "ntfs";
# };
# Flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];