[disko] rm duplicate filesystems entry
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m16s

This commit is contained in:
2025-02-05 14:31:39 +01:00
parent 4f9e66ba82
commit 2f4cb3787b

View File

@@ -298,7 +298,6 @@ in
fileSystems."/".neededForBoot = true;
fileSystems."/etc".neededForBoot = true;
fileSystems."/var".neededForBoot = true;
fileSystems."/boot".neededForBoot = true;
fileSystems."/home".neededForBoot = true;
fileSystems."/nix".neededForBoot = true;
})