From 7ce30ddcb310da4090f856799b49bded385dd740 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 31 Jan 2025 13:50:22 +0100 Subject: [PATCH] feat: enable keybase Signed-off-by: Lander Van den Bulcke --- hosts/common/optional/keybase.nix | 3 +++ hosts/wodan/default.nix | 1 + 2 files changed, 4 insertions(+) create mode 100644 hosts/common/optional/keybase.nix diff --git a/hosts/common/optional/keybase.nix b/hosts/common/optional/keybase.nix new file mode 100644 index 0000000..f18b65e --- /dev/null +++ b/hosts/common/optional/keybase.nix @@ -0,0 +1,3 @@ +{ + services.keybase.enable = true; +} diff --git a/hosts/wodan/default.nix b/hosts/wodan/default.nix index fbe29ec..729f3f9 100644 --- a/hosts/wodan/default.nix +++ b/hosts/wodan/default.nix @@ -7,6 +7,7 @@ ../common/users/lander ../common/optional/fonts.nix + ../common/optional/keybase.nix ../common/optional/yubikey-gpg.nix ../common/optional/virt.nix ../common/optional/restic.nix