From 44f14d497f070291c64c2d63af83b521f581a363 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Thu, 18 Aug 2022 12:08:31 +0200 Subject: [PATCH] changes --- hm-imports/cli.nix | 3 +++ hosts/daedalus/default.nix | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/hm-imports/cli.nix b/hm-imports/cli.nix index 8af83199..489e06ca 100644 --- a/hm-imports/cli.nix +++ b/hm-imports/cli.nix @@ -48,6 +48,9 @@ programs = { gpg = { enable = true; + scdaemonSettings = { + reader-port = "Yubico YubiKey OTP+FIDO+CCID"; + }; settings = { cert-digest-algo = "SHA512"; charset = "utf-8"; diff --git a/hosts/daedalus/default.nix b/hosts/daedalus/default.nix index f3376435..9371356c 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -28,18 +28,18 @@ with lib.my; "parsec" "element" ]; - masApps = { - # Install Mac App Store apps (install them manually and then do `mas list` to get the id) - "AdGuard for Safari" = 1440147259; - "Xcode" = 497799835; - "Home Assistant" = 1099568401; - "WireGuard" = 1451685025; - "UTM" = 1538878817; - "Bitwarden" = 1352778147; - "Shareful" = 1522267256; - "app.seashore" = 1448648921; - "Tailscale" = 1475387142; - }; + #masApps = { + # # Install Mac App Store apps (install them manually and then do `mas list` to get the id) + # "AdGuard for Safari" = 1440147259; + # "Xcode" = 497799835; + # "Home Assistant" = 1099568401; + # "WireGuard" = 1451685025; + # "UTM" = 1538878817; + # "Bitwarden" = 1352778147; + # "Shareful" = 1522267256; + # "app.seashore" = 1448648921; + # "Tailscale" = 1475387142; + #}; }; programs.gnupg.agent.enable = true;