index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
security
/
polkit.nix
blob: 400ea871ebffcf35be333fe8c47d96a11bd4e396 (
plain
) (
blame
)
1
2
3
4
5
6
{
security
.
polkit
=
{
enable
=
true
;
debug
=
true
;
};
}