diff options
author | Alan Pearce | 2024-05-28 10:19:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-28 10:19:42 +0200 |
commit | 548faeeacb8ce4c3c599ee293f6c4b6f2a03660b (patch) | |
tree | 9dc1f968f857bb955b6b5fa1b3e00351d05abf30 | |
parent | 68de0136c965c6549e39f7ca6d83be9f781aca6a (diff) | |
download | nixfiles-548faeeacb8ce4c3c599ee293f6c4b6f2a03660b.tar.lz nixfiles-548faeeacb8ce4c3c599ee293f6c4b6f2a03660b.tar.zst nixfiles-548faeeacb8ce4c3c599ee293f6c4b6f2a03660b.zip |
nanopi: no flakes
-rwxr-xr-x | system/nanopi.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix index 4c91c787..1dc90aaa 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -1,7 +1,6 @@ { config , pkgs , lib -, inputs , ... }: let @@ -10,6 +9,8 @@ in { imports = [ ./nanopi-hardware.nix + <agenix/modules/age.nix> + <nixos-hardware/friendlyarm/nanopi-r5s> ]; age.secrets = { |