diff options
| author | adikro <adikro@disroot.org> | 2026-01-25 17:02:24 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-25 17:02:24 +0100 |
| commit | e49f6aa21dceb57d21afd212583e5915db2a9188 (patch) | |
| tree | 95ed24cf281c575b81167113e43cd2d96daa005a | |
| parent | 6975866817064eb2edab6825b4905ca7500cf813 (diff) | |
fix for pendrive machine
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -97,6 +97,10 @@ hostname = "thinkpad"; path = ./hosts/thinkpad/configuration.nix; }; + pendrive = mkHost { + hostname = "pendrive"; + path = ./hosts/pendrive/configuration.nix; + }; }; }; } |
