summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 4c708af..e1a28ce 100644
--- a/flake.nix
+++ b/flake.nix
@@ -97,6 +97,10 @@
hostname = "thinkpad";
path = ./hosts/thinkpad/configuration.nix;
};
+ pendrive = mkHost {
+ hostname = "pendrive";
+ path = ./hosts/pendrive/configuration.nix;
+ };
};
};
}