🚀 ops definition for plato
This commit is contained in:
parent
2d3a57a0c6
commit
2359e3a910
12
ops/plato.nix
Normal file
12
ops/plato.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
network = { description = "Main dev server"; };
|
||||||
|
|
||||||
|
plato = { config, pkgs, ... }: {
|
||||||
|
imports = [ ../hosts/plato/configuration.nix ];
|
||||||
|
networking.hostName = "plato";
|
||||||
|
nixpkgs.system = "x86_64-linux";
|
||||||
|
|
||||||
|
deployment.targetHost = "192.168.6.102";
|
||||||
|
deployment.targetUser = "root";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user