mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2024-12-22 20:17:31 +01:00
felixalbpc: Minor changes
This commit is contained in:
parent
f27205efdb
commit
c49fc1fb4d
@ -22,6 +22,11 @@
|
|||||||
domain = "it.ntnu.no";
|
domain = "it.ntnu.no";
|
||||||
hostId = "f458d6aa";
|
hostId = "f458d6aa";
|
||||||
|
|
||||||
|
search = [
|
||||||
|
"it.ntnu.no"
|
||||||
|
"ntnu.no"
|
||||||
|
];
|
||||||
|
|
||||||
# Allow SSH from IT and SSH gateways
|
# Allow SSH from IT and SSH gateways
|
||||||
firewall.extraCommands = ''
|
firewall.extraCommands = ''
|
||||||
# IT VPN
|
# IT VPN
|
||||||
|
@ -58,7 +58,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
base_url = "https://bitwarden.it.ntnu.no";
|
base_url = "https://bitwarden.it.ntnu.no";
|
||||||
email = emailAddress;
|
email = emailAddress;
|
||||||
pinentry = pkgs.pinentry-gnome3;
|
pinentry = pkgs.pinentry-rofi;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
rofi = {
|
rofi = {
|
||||||
|
Loading…
Reference in New Issue
Block a user