From 4161e84dddd6b39a1bfa46ed2fe3096fa66d033d Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sat, 5 Oct 2024 17:42:02 +0200 Subject: [PATCH] :3 --- hosts/vulpecula/forgejo.nix | 2 ++ hosts/yaseen/yubikey.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/vulpecula/forgejo.nix b/hosts/vulpecula/forgejo.nix index a050013..bc60675 100644 --- a/hosts/vulpecula/forgejo.nix +++ b/hosts/vulpecula/forgejo.nix @@ -18,6 +18,8 @@ HTTP_PORT = 62101; # TODO DISABLE_SSH = true; + APP_NAME = ":3"; + APP_SLOGAN = "slogan"; }; # You can temporarily allow registration to create an admin user. service.DISABLE_REGISTRATION = true; diff --git a/hosts/yaseen/yubikey.nix b/hosts/yaseen/yubikey.nix index dae7ce6..c733921 100644 --- a/hosts/yaseen/yubikey.nix +++ b/hosts/yaseen/yubikey.nix @@ -5,4 +5,6 @@ # enable = true; # enableSSHSupport = true; # }; + + services.pcscd.enable = true; }