nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 6d007fc8cb3c44149a9c410de75f460576ae18d2
parent 9c011f7f3011aec61f8cbfb7b11237faa85a73ef
Author: vin <vin@vineetk.net>
Date:   Mon, 10 Mar 2025 01:00:47 -0400

demiurge, hastur: uh

Diffstat:
Mhosts/demiurge/default.nix | 2+-
Mhosts/hastur/default.nix | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix @@ -61,7 +61,7 @@ efi.canTouchEfiVariables = true; }; - zfs.extraPools = [ "backup" "data_warm" ]; + zfs.extraPools = [ "data_wd" "data_warm" "hgst" "nvme_warm" ]; }; # disable wifi and open some ports diff --git a/hosts/hastur/default.nix b/hosts/hastur/default.nix @@ -160,7 +160,7 @@ # gpg gnupg.agent = { enable = true; - enableSSHSupport = true; + enableSSHSupport = false; pinentryPackage = pkgs.pinentry-rofi; settings.default-cache-ttl = 600; }; @@ -208,7 +208,7 @@ LQIhANgsvYmyCp/Nur2RKaV25CDg3kMYVBXED2HVDy8qa+3i enable = true; settings = { server = [ - "/vpn/10.0.13.1" + "/epistemia/100.100.100.100" "9.9.9.9" ];