summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 00:24:07 +0200
committerAlan Pearce2024-05-18 12:17:12 +0200
commit160dacb051bb3529f33e8d388818f63db810b3a1 (patch)
tree33a5f5e23f1cecb61b2ae7cd3c37dd8949afd8d1 /system
parent6b4469a98d7b2d88a3442b1051174000538199f0 (diff)
downloadnixfiles-160dacb051bb3529f33e8d388818f63db810b3a1.tar.lz
nixfiles-160dacb051bb3529f33e8d388818f63db810b3a1.tar.zst
nixfiles-160dacb051bb3529f33e8d388818f63db810b3a1.zip
wip
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix1
-rwxr-xr-xsystem/nanopi.nix3
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 = {