This commit is contained in:
Philipp Hochkamp 2022-08-18 12:08:31 +02:00
parent c57ad4632e
commit 44f14d497f
2 changed files with 15 additions and 12 deletions

View file

@ -48,6 +48,9 @@
programs = { programs = {
gpg = { gpg = {
enable = true; enable = true;
scdaemonSettings = {
reader-port = "Yubico YubiKey OTP+FIDO+CCID";
};
settings = { settings = {
cert-digest-algo = "SHA512"; cert-digest-algo = "SHA512";
charset = "utf-8"; charset = "utf-8";

View file

@ -28,18 +28,18 @@ with lib.my;
"parsec" "parsec"
"element" "element"
]; ];
masApps = { #masApps = {
# Install Mac App Store apps (install them manually and then do `mas list` to get the id) # # Install Mac App Store apps (install them manually and then do `mas list` to get the id)
"AdGuard for Safari" = 1440147259; # "AdGuard for Safari" = 1440147259;
"Xcode" = 497799835; # "Xcode" = 497799835;
"Home Assistant" = 1099568401; # "Home Assistant" = 1099568401;
"WireGuard" = 1451685025; # "WireGuard" = 1451685025;
"UTM" = 1538878817; # "UTM" = 1538878817;
"Bitwarden" = 1352778147; # "Bitwarden" = 1352778147;
"Shareful" = 1522267256; # "Shareful" = 1522267256;
"app.seashore" = 1448648921; # "app.seashore" = 1448648921;
"Tailscale" = 1475387142; # "Tailscale" = 1475387142;
}; #};
}; };
programs.gnupg.agent.enable = true; programs.gnupg.agent.enable = true;