summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-03-10 01:00:47 -0400
committervin <vin@vineetk.net>2025-03-10 01:00:47 -0400
commit6d007fc8cb3c44149a9c410de75f460576ae18d2 (patch)
treee6c33cc0feb416bf5605ed383650745c695ec877
parent9c011f7f3011aec61f8cbfb7b11237faa85a73ef (diff)
demiurge, hastur: uh
-rw-r--r--hosts/demiurge/default.nix2
-rw-r--r--hosts/hastur/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
index 2797701..7881443 100644
--- a/hosts/demiurge/default.nix
+++ b/hosts/demiurge/default.nix
@@ -61,7 +61,7 @@
61 efi.canTouchEfiVariables = true; 61 efi.canTouchEfiVariables = true;
62 }; 62 };
63 63
64 zfs.extraPools = [ "backup" "data_warm" ]; 64 zfs.extraPools = [ "data_wd" "data_warm" "hgst" "nvme_warm" ];
65 }; 65 };
66 66
67 # disable wifi and open some ports 67 # disable wifi and open some ports
diff --git a/hosts/hastur/default.nix b/hosts/hastur/default.nix
index b808e06..1345758 100644
--- a/hosts/hastur/default.nix
+++ b/hosts/hastur/default.nix
@@ -160,7 +160,7 @@
160 # gpg 160 # gpg
161 gnupg.agent = { 161 gnupg.agent = {
162 enable = true; 162 enable = true;
163 enableSSHSupport = true; 163 enableSSHSupport = false;
164 pinentryPackage = pkgs.pinentry-rofi; 164 pinentryPackage = pkgs.pinentry-rofi;
165 settings.default-cache-ttl = 600; 165 settings.default-cache-ttl = 600;
166 }; 166 };
@@ -208,7 +208,7 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i
208 enable = true; 208 enable = true;
209 settings = { 209 settings = {
210 server = [ 210 server = [
211 "/vpn/10.0.13.1" 211 "/epistemia/100.100.100.100"
212 "9.9.9.9" 212 "9.9.9.9"
213 ]; 213 ];
214 214