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:
parent
f27205efdb
commit
c49fc1fb4d
@ -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
|
||||
|
@ -58,7 +58,7 @@ in {
|
||||
settings = {
|
||||
base_url = "https://bitwarden.it.ntnu.no";
|
||||
email = emailAddress;
|
||||
pinentry = pkgs.pinentry-gnome3;
|
||||
pinentry = pkgs.pinentry-rofi;
|
||||
};
|
||||
};
|
||||
rofi = {
|
||||
|
Loading…
Reference in New Issue
Block a user