+5
nixos/lib/utils.nix
+5
nixos/lib/utils.nix
···
+1
-1
nixos/modules/security/grsecurity.nix
+1
-1
nixos/modules/security/grsecurity.nix
···
+11
-12
nixos/modules/system/boot/stage-1.nix
+11
-12
nixos/modules/system/boot/stage-1.nix
······+(fs: fs.neededForBoot || elem fs.mountPoint [ "/" "/nix" "/nix/store" "/var" "/var/log" "/var/lib" "/etc" ])······-(fs: fs.neededForBoot || elem fs.mountPoint [ "/" "/nix" "/nix/store" "/var" "/var/log" "/var/lib" "/etc" ])···
+1
-1
nixos/modules/tasks/encrypted-devices.nix
+1
-1
nixos/modules/tasks/encrypted-devices.nix
···
+23
-3
nixos/modules/tasks/filesystems.nix
+23
-3
nixos/modules/tasks/filesystems.nix
······+message = "The ‘fileSystems’ option can't be topologically sorted: mountpoint dependency path ${ls " -> " fileSystems'.cycle} loops to ${ls ", " fileSystems'.loops}";······
+2
-2
nixos/modules/tasks/filesystems/zfs.nix
+2
-2
nixos/modules/tasks/filesystems/zfs.nix
···isRoot = fs: fs.neededForBoot || elem fs.mountPoint [ "/" "/nix" "/nix/store" "/var" "/var/log" "/var/lib" "/etc" ];···