diff options
| -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; + }; }; }; } |
