summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-25 17:02:24 +0100
committeradikro <adikro@disroot.org>2026-01-25 17:02:24 +0100
commite49f6aa21dceb57d21afd212583e5915db2a9188 (patch)
tree95ed24cf281c575b81167113e43cd2d96daa005a
parent6975866817064eb2edab6825b4905ca7500cf813 (diff)
fix for pendrive machine
-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;
+ };
};
};
}