add pneuma deploy config
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
589614cb6d
commit
c261fa88ef
19
flake.nix
19
flake.nix
|
@ -96,6 +96,13 @@
|
||||||
waifud.nixosModules.x86_64-linux.waifud-runner
|
waifud.nixosModules.x86_64-linux.waifud-runner
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pneuma = mkSystem [
|
||||||
|
./hosts/pneuma
|
||||||
|
./hardware/alrest
|
||||||
|
./hardware/location/YOW
|
||||||
|
waifud.nixosModules.x86_64-linux.waifud-runner
|
||||||
|
];
|
||||||
|
|
||||||
# cloud
|
# cloud
|
||||||
firgu = mkSystem [ ./hosts/firgu ];
|
firgu = mkSystem [ ./hosts/firgu ];
|
||||||
|
|
||||||
|
@ -163,6 +170,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deploy.nodes.pneuma = {
|
||||||
|
hostname = "192.168.2.33";
|
||||||
|
sshUser = "root";
|
||||||
|
fastConnection = true;
|
||||||
|
|
||||||
|
profiles.system = {
|
||||||
|
user = "root";
|
||||||
|
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||||
|
self.nixosConfigurations.pneuma;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# deploy.nodes.hugo = {
|
# deploy.nodes.hugo = {
|
||||||
# hostname = "10.77.129.6";
|
# hostname = "10.77.129.6";
|
||||||
# sshUser = "root";
|
# sshUser = "root";
|
||||||
|
|
Loading…
Reference in New Issue