This commit is contained in:
iFargle 2024-01-12 16:20:40 +09:00
parent 7b5ca9b347
commit f1362209fb
2 changed files with 2 additions and 2 deletions

View file

@ -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" = {

View file

@ -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")