Getting a lot closer..
This commit is contained in:
parent
e3bacb2d84
commit
6c524804f0
221 changed files with 856 additions and 956 deletions
|
@ -1,15 +0,0 @@
|
|||
{ ... }: {
|
||||
security = {
|
||||
sudo.enable = false;
|
||||
doas = {
|
||||
enable = true;
|
||||
extraRules = [
|
||||
{ # Give wheel root access
|
||||
groups = ["wheel"];
|
||||
keepEnv = true;
|
||||
persist = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue