From f1362209fb310382400641dbfae2c69cee7e50d1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 12 Jan 2024 16:20:40 +0900 Subject: [PATCH] test --- nixos/common/services/tailscale-autoconnect.nix | 2 +- nixos/hosts/backups-rpi4/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/common/services/tailscale-autoconnect.nix b/nixos/common/services/tailscale-autoconnect.nix index dde12047..aaf8ef18 100644 --- a/nixos/common/services/tailscale-autoconnect.nix +++ b/nixos/common/services/tailscale-autoconnect.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, modulesPath, ... }: { +{ inputs, config, lib, pkgs, modulesPath, hostname, ... }: { # Generic Tailscale configs are in /nixos/common/services/tailscale.nix # Set up the secrets file: sops.secrets."tailscale_key" = { diff --git a/nixos/hosts/backups-rpi4/default.nix b/nixos/hosts/backups-rpi4/default.nix index 6226e47d..04b91f14 100644 --- a/nixos/hosts/backups-rpi4/default.nix +++ b/nixos/hosts/backups-rpi4/default.nix @@ -1,4 +1,4 @@ -{ inputs, config, lib, pkgs, modulesPath, ... }: { +{ inputs, config, lib, pkgs, modulesPath, hostname, ... }: { imports = [ inputs.nixos-hardware.nixosModules.raspberry-pi-4 (modulesPath + "/installer/scan/not-detected.nix")