fix(web02): Remove test user

This commit is contained in:
Tom Hubrecht 2024-10-10 09:41:58 +02:00
parent 1e71ef3636
commit dae3b7c7f6
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -13,10 +13,6 @@ lib.extra.mkConfig {
];
extraConfig = {
users.users.test = {
isNormalUser = true;
password = "totoro";
};
# Restrict access to this node
dgn-access-control.users.root = [ "thubrecht" ];