flocon/nodes/default.nix

15 lines
268 B
Nix
Raw Normal View History

2024-10-23 11:22:36 +00:00
{
self,
inputs,
...
}: {
anastacia = {
hostname = "2a01:4f8:1c1c:8495::1";
profiles.system = {
sshUser = "root";
user = "root";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.anastacia;
};
};
}