This commit is contained in:
Reid 2024-06-04 18:05:44 -07:00
parent 562539936e
commit 32f0b4e7c6

View file

@ -44,7 +44,13 @@ in {
mosh.enable = true;
};
security.useDoas = false;
security.useDoas = true;
};
security.doas = {
extraRules = [
{ users = [ "reidlab" ]; noPass = true; persist = false; keepEnv = true; }
];
};
# enable network manager - probably not the best on a single server but Oh Well