diff options
| -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; }; }; }; |
