summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
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 = {