updates to vault and tailscale

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-11 09:22:06 -05:00
parent 0635ee5954
commit 18148b03af
3 changed files with 51 additions and 57 deletions

View file

@ -66,6 +66,14 @@
# Allow emulation of aarch64-linux binaries for cross compiling
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
programs._1password.enable = true;
programs._1password-gui = {
enable = true;
# Certain features, including CLI integration and system authentication support,
# require enabling PolKit integration on some desktop environments (e.g. Plasma).
polkitPolicyOwners = [ "josh" ];
};
mods = {
common = {
disableRemoteBuildsOnLio = true;
@ -99,6 +107,7 @@
openscad
vlc
bitwarden
vaultwarden
];
};
};