2nd laptop

This commit is contained in:
2025-12-04 09:52:49 -05:00
parent 82319f983e
commit 9daaecac5f
2 changed files with 9 additions and 1 deletions

View File

@@ -80,7 +80,15 @@ in
hostName = "nix-laptop1";
system = "x86_64-linux";
extraModules = [
./nix-laptop1.nix
./nix-laptop.nix
];
};
nix-laptop2 = mkHost {
hostName = "nix-laptop2";
system = "x86_64-linux";
extraModules = [
./nix-laptop.nix
];
};