Make gnome keyring work
This commit is contained in:
parent
01362f145f
commit
1a096662e1
9 changed files with 16 additions and 36 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
# Services
|
||||
./services/openssh.nix
|
||||
./services/gnome-keyring.nix
|
||||
./services/qemukvm.nix
|
||||
#./services/waydroid.nix
|
||||
./services/udev.nix
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
# Services
|
||||
./services/openssh.nix
|
||||
./services/gnome-keyring.nix
|
||||
./services/udev.nix
|
||||
./services/mpd.nix
|
||||
];
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
# Services
|
||||
./services/openssh.nix
|
||||
./services/udev.nix
|
||||
./services/gnome-keyring.nix
|
||||
./services/mpd.nix
|
||||
];
|
||||
|
||||
|
|
3
system/services/gnome-keyring.nix
Normal file
3
system/services/gnome-keyring.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue