2021-06-06 22:08:32 -04:00
|
|
|
{
|
|
|
|
network = { description = "Digital Ocean droplet"; };
|
|
|
|
|
|
|
|
socrates = { config, pkgs, ... }: {
|
|
|
|
imports = [ ../hosts/socrates/configuration.nix ];
|
|
|
|
networking.hostName = "socrates";
|
|
|
|
nixpkgs.system = "x86_64-linux";
|
|
|
|
|
2021-11-24 15:54:08 -05:00
|
|
|
deployment.targetHost = "socrates";
|
2021-06-06 22:08:32 -04:00
|
|
|
deployment.targetUser = "root";
|
|
|
|
};
|
|
|
|
}
|