Remove /home and unused top-level dirs. Make /var encrypted with tpm2.

This commit is contained in:
Daniel Lundin 2024-11-16 22:11:35 +01:00
parent 9b6a5d9199
commit 902c3eddf3
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
7 changed files with 46 additions and 37 deletions
modules/profiles

View file

@ -20,6 +20,7 @@
isNormalUser = true;
linger = true;
extraGroups = [ "wheel" ];
home = "/var/home/admin";
};
environment.etc = {