Add polkit support
This commit is contained in:
parent
f4ffca3fc8
commit
e174c88c13
3 changed files with 10 additions and 10 deletions
5
modules/login/polkit/default.nix
Normal file
5
modules/login/polkit/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
security.polkit.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue