From befb04f3a1cbf7e55da26e08f8c974e72ff6f1cf Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 17 Feb 2026 19:23:25 -0800 Subject: start rpi --- nix/systems/rpi-skepticism/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nix/systems/rpi-skepticism/default.nix (limited to 'nix') diff --git a/nix/systems/rpi-skepticism/default.nix b/nix/systems/rpi-skepticism/default.nix new file mode 100644 index 0000000..ec9ff9f --- /dev/null +++ b/nix/systems/rpi-skepticism/default.nix @@ -0,0 +1,7 @@ +{ lib, config, ... }: +{ + imports = [ + ../common.nix + ../../disko/btrfs-simple.nix + ]; +} -- cgit v1.3