fix(nixos): set /home as neededForBoot in mirai and tsuba modules
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
networking.useNetworkd = true;
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
systemd.network.wait-online.enable = false;
|
||||
fileSystems."/home".neededForBoot = true;
|
||||
|
||||
system.nixos.tags = let
|
||||
cfg = config.boot.loader.raspberryPi;
|
||||
|
||||
Reference in New Issue
Block a user