''infinite recursion encountered.''
This commit is contained in:
parent
4ad26636a7
commit
cd92b28dc6
20 changed files with 152 additions and 150 deletions
|
@ -1,8 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./gnome-keyring
|
||||
./mpd
|
||||
./networkfs
|
||||
./polkit
|
||||
./school
|
||||
./sunshine
|
||||
./virtualization/qemu
|
||||
|
|
4
modules/system/services/pc/gnome-keyring/default.nix
Normal file
4
modules/system/services/pc/gnome-keyring/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
7
modules/system/services/pc/polkit/default.nix
Normal file
7
modules/system/services/pc/polkit/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue