|
|
@ -19,7 +19,7 @@ |
|
|
|
../../hosts/felonyspork/configuration.nix |
|
|
|
]; |
|
|
|
deployment.targetUser = "root"; |
|
|
|
deployment.targetHost = "felonyspork.local"; |
|
|
|
deployment.targetHost = "felonyspork"; |
|
|
|
}; |
|
|
|
|
|
|
|
"crimespoon" = { config, pkgs, lib, ... }: { |
|
|
@ -28,6 +28,6 @@ |
|
|
|
../../hosts/crimespoon/configuration.nix |
|
|
|
]; |
|
|
|
deployment.targetUser = "root"; |
|
|
|
deployment.targetHost = "crimespoon.local"; |
|
|
|
deployment.targetHost = "crimespoon"; |
|
|
|
}; |
|
|
|
} |
|
|
|