diff options
author | Alan Pearce | 2024-04-29 00:24:07 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 12:17:12 +0200 |
commit | 160dacb051bb3529f33e8d388818f63db810b3a1 (patch) | |
tree | 33a5f5e23f1cecb61b2ae7cd3c37dd8949afd8d1 /system | |
parent | 6b4469a98d7b2d88a3442b1051174000538199f0 (diff) | |
download | nixfiles-160dacb051bb3529f33e8d388818f63db810b3a1.tar.lz nixfiles-160dacb051bb3529f33e8d388818f63db810b3a1.tar.zst nixfiles-160dacb051bb3529f33e8d388818f63db810b3a1.zip |
wip
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 1 | ||||
-rwxr-xr-x | system/nanopi.nix | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 765307cc..45c62ccb 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -21,6 +21,7 @@ in [ # Include the results of the hardware scan. ./linde-hardware.nix + <agenix/modules/age.nix> ]; age.secrets = { paperless = diff --git a/system/nanopi.nix b/system/nanopi.nix index 45eae872..f4ca6e44 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -10,7 +10,8 @@ in { imports = [ ./nanopi-hardware.nix - (inputs.nixos-hardware + "/friendlyarm/nanopi-r5s") + <nixos-hardware/friendlyarm/nanopi-r5s> + <agenix/modules/age.nix> ]; age.secrets = { |