mirror of
https://git.sr.ht/~azikx/karbur
synced 2024-10-30 05:16:18 +00:00
update
This commit is contained in:
parent
1aef8225b9
commit
f471e598c9
|
@ -11,8 +11,10 @@
|
|||
keepEnv = true;
|
||||
persist = true;
|
||||
}];
|
||||
extraConfig =
|
||||
" permit nopass dragora as root cmd light\n permit nopass dragora as root cmd tee\n";
|
||||
extraConfig = ''
|
||||
permit nopass dragora as root cmd light
|
||||
permit nopass dragora as root cmd tee
|
||||
'';
|
||||
};
|
||||
pam = { # SOMTHING WITH FPRINT
|
||||
services = { swaylock.fprintAuth = true; };
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
system.stateVersion = "24.05";
|
||||
users = {
|
||||
users = { # USERS
|
||||
dragora = {
|
||||
|
@ -8,5 +9,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue