2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2024-12-22 04:07:28 +01:00

felixalbpc: Minor changes

This commit is contained in:
Felix Albrigtsen 2024-12-11 10:37:52 +01:00
parent f27205efdb
commit c49fc1fb4d
2 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,11 @@
domain = "it.ntnu.no";
hostId = "f458d6aa";
search = [
"it.ntnu.no"
"ntnu.no"
];
# Allow SSH from IT and SSH gateways
firewall.extraCommands = ''
# IT VPN

View File

@ -58,7 +58,7 @@ in {
settings = {
base_url = "https://bitwarden.it.ntnu.no";
email = emailAddress;
pinentry = pkgs.pinentry-gnome3;
pinentry = pkgs.pinentry-rofi;
};
};
rofi = {