forked from DGNum/infrastructure
fix(web02): Remove test user
This commit is contained in:
parent
1e71ef3636
commit
dae3b7c7f6
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ lib.extra.mkConfig {
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
users.users.test = {
|
|
||||||
isNormalUser = true;
|
|
||||||
password = "totoro";
|
|
||||||
};
|
|
||||||
# Restrict access to this node
|
# Restrict access to this node
|
||||||
dgn-access-control.users.root = [ "thubrecht" ];
|
dgn-access-control.users.root = [ "thubrecht" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue