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