doas!
This commit is contained in:
parent
562539936e
commit
32f0b4e7c6
1 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,13 @@ in {
|
||||||
mosh.enable = true;
|
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
|
# enable network manager - probably not the best on a single server but Oh Well
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue