diff options
| author | seth <[email protected]> | 2023-05-03 12:56:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-03 12:56:00 -0400 |
| commit | 08e646f13ab52074f26555fb0a1734b5f47b833c (patch) | |
| tree | 661c2f728feeffae37c5bfeae3a7d32481e0b004 /hosts/default.nix | |
| parent | 5a5be26c5471726a8d39a5a578b7e6e68635a23b (diff) | |
deploy as root
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 4 |
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; |
