changes
This commit is contained in:
parent
c57ad4632e
commit
44f14d497f
2 changed files with 15 additions and 12 deletions
|
|
@ -48,6 +48,9 @@
|
|||
programs = {
|
||||
gpg = {
|
||||
enable = true;
|
||||
scdaemonSettings = {
|
||||
reader-port = "Yubico YubiKey OTP+FIDO+CCID";
|
||||
};
|
||||
settings = {
|
||||
cert-digest-algo = "SHA512";
|
||||
charset = "utf-8";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue