diff options
Diffstat (limited to 'lass/1systems/littleT/physical.nix')
-rw-r--r-- | lass/1systems/littleT/physical.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lass/1systems/littleT/physical.nix b/lass/1systems/littleT/physical.nix new file mode 100644 index 000000000..9776211ae --- /dev/null +++ b/lass/1systems/littleT/physical.nix @@ -0,0 +1,7 @@ +{ + imports = [ + ./config.nix + <stockholm/lass/2configs/hw/x220.nix> + <stockholm/lass/2configs/boot/stock-x220.nix> + ]; +} |