added hetzner profile, ssh for luks unlocking, and neededForBoot for state

This commit is contained in:
eyjhb 2024-08-08 14:36:04 +02:00
parent 2ca4b5440a
commit d980ba204a
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 187 additions and 4 deletions

View file

@ -78,4 +78,8 @@ in {
};
};
};
fileSystems."/state/root".neededForBoot = true;
fileSystems."/state/home".neededForBoot = true;
fileSystems."/state/stash".neededForBoot = true;
}