fix: use a better namespace
This commit is contained in:
parent
9f94b5b551
commit
8ea737d57b
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
with lib; let
|
||||
port_backend = "8087";
|
||||
in {
|
||||
options = {
|
||||
options.skynet = {
|
||||
users = {
|
||||
admin = mkOption rec {
|
||||
type = types.listOf types.str;
|
||||
|
@ -32,7 +32,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config.skynet = {
|
||||
users = {
|
||||
admin = [
|
||||
"silver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue