diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-16 12:55:47 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-16 12:55:47 +0100 |
| commit | e40ef5b66e1f866537115c580767ea31a11afcdf (patch) | |
| tree | ac83601b62b52b4bbabcd50c1bf46bdea2ba17b8 | |
| parent | 8bebb536c70cf3151340b61d5020e0aedb1bb179 (diff) | |
nix: remote building: use personal user
| -rw-r--r-- | config/nix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/nix.nix b/config/nix.nix index 04235c2..ddc3bc5 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -1,4 +1,4 @@ -{...}: { +{config, ...}: { personal.nix = { enable = true; autoUpgrade.enable = true; @@ -9,6 +9,7 @@ machines.hephaistos = { enable = true; domain = "aristote.mesh"; + user = config.networking.hostName; }; }; }; |
