summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-03 12:56:00 -0400
committerseth <[email protected]>2023-05-03 12:56:00 -0400
commit08e646f13ab52074f26555fb0a1734b5f47b833c (patch)
tree661c2f728feeffae37c5bfeae3a7d32481e0b004 /hosts
parent5a5be26c5471726a8d39a5a578b7e6e68635a23b (diff)
deploy as root
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index c0afc02..e0f5397 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -125,7 +125,7 @@ in {
_module.args.nixinate = {
host = "164.152.17.183";
- sshUser = "atlas";
+ sshUser = "root";
buildOn = "remote";
substituteOnTarget = true;
hermetic = false;
@@ -181,7 +181,7 @@ in {
_module.args.nixinate = {
host = "167.99.145.73";
- sshUser = "p-body";
+ sshUser = "root";
buildOn = "remote";
substituteOnTarget = true;
hermetic = false;