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 = {
gpg = {
enable = true;
scdaemonSettings = {
reader-port = "Yubico YubiKey OTP+FIDO+CCID";
};
settings = {
cert-digest-algo = "SHA512";
charset = "utf-8";

View file

@ -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;