add laptop2
nixos config pipeline / show-flake (push) Successful in 40s
nixos config pipeline / deploy (push) Successful in 1m13s

This commit is contained in:
smayzy
2026-04-04 10:26:03 +02:00
parent f929dd3e20
commit b73a6f488b
6 changed files with 71 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@
desktop1 = mkHost ./hosts/desktop1/configuration.nix;
server1 = mkHost ./hosts/server1/configuration.nix;
laptop1 = mkHost ./hosts/laptop1/configuration.nix;
laptop2 = mkHost ./hosts/laptop2/configuration.nix;
};
};