refactor: Move sw into properly nested modules with unconditional import
This commit is contained in:
@@ -20,7 +20,13 @@
|
||||
options.athenix.host.wsl.user = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "engr-ugaif";
|
||||
description = "The default user to log in as in WSL.";
|
||||
description = ''
|
||||
The default user to automatically log in as when starting WSL.
|
||||
|
||||
This user must be enabled via athenix.users.<username>.enable = true.
|
||||
Tip: Use athenix.forUser = "username" as a shortcut to set both.
|
||||
'';
|
||||
example = "alice";
|
||||
};
|
||||
|
||||
config = {
|
||||
@@ -32,7 +38,7 @@
|
||||
|
||||
# ========== Software Profile ==========
|
||||
athenix.sw.enable = lib.mkDefault true;
|
||||
athenix.sw.type = lib.mkDefault "headless";
|
||||
athenix.sw.headless.enable = lib.mkDefault true;
|
||||
|
||||
# ========== Remote Development ==========
|
||||
services.vscode-server.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user