Add polkit support

This commit is contained in:
Julia Lange 2024-04-05 16:31:07 -07:00
parent 2659053977
commit 1ceabc2405
3 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,5 @@
{ config, pkgs, lib, ... }:
{
security.polkit.enable = true;
}