deployed laptop harmatan.

This commit is contained in:
Gabe Venberg 2025-10-15 20:36:45 +02:00
parent 4282c8b199
commit 2bcc6c86aa
6 changed files with 43 additions and 38 deletions

View file

@ -127,6 +127,10 @@
hostname = "altostratus";
profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.altostratus;
};
harmatan = {
hostname = "harmatan";
profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.harmatan;
};
};
sshUser = "root";
};