mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Disable home if root is disables
This commit is contained in:
parent
fa4a21958f
commit
8c85f7b760
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
enable = lib.mkDefault true;
|
||||
crow = {
|
||||
enable = lib.mkDefault true;
|
||||
home.enable = lib.mkDefault true;
|
||||
home.enable = lib.mkDefault config.users.crow.enable;
|
||||
};
|
||||
vault = {
|
||||
enable = lib.mkDefault false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue