✨ socrates: enable morph deploy
This commit is contained in:
12
ops/socrates.nix
Normal file
12
ops/socrates.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
network = { description = "Digital Ocean droplet"; };
|
||||
|
||||
socrates = { config, pkgs, ... }: {
|
||||
imports = [ ../hosts/socrates/configuration.nix ];
|
||||
networking.hostName = "socrates";
|
||||
nixpkgs.system = "x86_64-linux";
|
||||
|
||||
deployment.targetHost = "167.99.176.10";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user