test
This commit is contained in:
parent
7b5ca9b347
commit
f1362209fb
2 changed files with 2 additions and 2 deletions
|
@ -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" = {
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue