49 current 2025-10-05 11:48:26 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 11:54:51 -05:00
parent 00c6855875
commit 41527da033
4 changed files with 5 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 47 current 2025-10-05 10:51:13 25.05.20251001.5b5be50 6.12.49 *
# generation: 49 current 2025-10-05 11:48:26 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

View File

@@ -15,7 +15,7 @@
sops.enable = true;
docker.enable = true;
syncthing.enable = true;
tailscale.enable = true;
tailscale.enable = false;
nvidia.enable = false;
};
homelab = {

View File

@@ -14,9 +14,7 @@
sops.age.keyFile = "/home/blake/.config/sops/age/keys.txt";
sops.secrets.example-key = { };
sops.secrets."tailscale_authkey" = {
owner = "root";
};
#sops.secrets.tailscale_authkey = { };
sops.secrets."tailscale_authkey" = { owner = "root"; };
};
}

View File

@@ -9,7 +9,7 @@
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
authKeyFile = "/home/blake/.nix/.keyring/tailscale/tailscale_authfile";
authKeyFile = "/run/secrets/tailscale_authfile";
};
};
}