feat(ooksdesk): add profiles ["gaming" "creativity"]
This commit is contained in:
parent
7755141752
commit
519b933d1a
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ in
|
||||||
ooknet.host = {
|
ooknet.host = {
|
||||||
name = "ooksdesk";
|
name = "ooksdesk";
|
||||||
type = "desktop";
|
type = "desktop";
|
||||||
function = [ "workstation" "gaming" ];
|
role = "workstation";
|
||||||
|
profiles = [ "gaming" "creativity" ];
|
||||||
admin = {
|
admin = {
|
||||||
name = "ooks";
|
name = "ooks";
|
||||||
shell = "fish";
|
shell = "fish";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue