diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-02-17 19:23:25 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-02-17 19:23:25 -0800 |
| commit | befb04f3a1cbf7e55da26e08f8c974e72ff6f1cf (patch) | |
| tree | 3ea6a44c85422c4e967cead30c5b993c8309ab38 /nix | |
| parent | 243ebf35c43c9bb6f64c1fd1a51794e55f640780 (diff) | |
start rpi
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/systems/rpi-skepticism/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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 + ]; +} |
