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:
@@ -32,6 +32,8 @@
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/home".neededForBoot = true;
|
||||
|
||||
# fileSystems."/" = {
|
||||
# device = "/dev/disk/by-uuid/8f805d1b-a469-4db8-9ee1-b98ea220714a";
|
||||
# fsType = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user