summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-11-27 19:43:34 +0100
committerAlan Pearce2024-11-27 19:43:52 +0100
commitbd2f43382e6166e72ba86d18c1215d5dc509cdc3 (patch)
treed235337d1b3d66887faf6766c33e302fa3bddb6c /flake.nix
parent43c030f9dfd6a6814c442f9b93c3033798b1d162 (diff)
downloadnixfiles-bd2f43382e6166e72ba86d18c1215d5dc509cdc3.tar.lz
nixfiles-bd2f43382e6166e72ba86d18c1215d5dc509cdc3.tar.zst
nixfiles-bd2f43382e6166e72ba86d18c1215d5dc509cdc3.zip
nanopi: make compatible with flakes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c0137b59..5ee485d4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -103,6 +103,7 @@
         specialArgs = { inherit inputs; };
         modules = [
           agenix.nixosModules.default
+          nixos-hardware.nixosModules.friendlyarm-nanopi-r5s
           ./system/nanopi.nix
         ];
       };