aboutsummaryrefslogtreecommitdiff
path: root/system/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services.nix')
-rw-r--r--system/services.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services.nix b/system/services.nix
index b6aa377..ca24a1e 100644
--- a/system/services.nix
+++ b/system/services.nix
@@ -9,5 +9,6 @@
libinput.enable = true;
openssh.enable = true;
tailscale.enable = true;
+ gnome.gnome-keyring.enable = true;
};
}