mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Specify config options
This commit is contained in:
parent
83b1aaa46a
commit
4741278e48
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,10 @@
|
|||
|
||||
users = {
|
||||
enable = lib.mkDefault true;
|
||||
crow.enable = lib.mkDefault true;
|
||||
crow = {
|
||||
enable = lib.mkDefault true;
|
||||
home.enable = mkDefault false;
|
||||
};
|
||||
};
|
||||
|
||||
packages = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue