diff options
author | Alan Pearce | 2020-01-02 13:19:04 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-02 13:19:04 +0100 |
commit | 19b9c7f3ced52b87b609703458a2351cff30aa4d (patch) | |
tree | ebc70de4917e3d57b27297dc0af8f70daf6716d4 | |
parent | a834bf3dc369602cd98399174e1e234241b20a33 (diff) | |
download | nixfiles-19b9c7f3ced52b87b609703458a2351cff30aa4d.tar.lz nixfiles-19b9c7f3ced52b87b609703458a2351cff30aa4d.tar.zst nixfiles-19b9c7f3ced52b87b609703458a2351cff30aa4d.zip |
satoshipad: set a clearer avahi hostname for other people
-rw-r--r-- | system/satoshipad.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/satoshipad.nix b/system/satoshipad.nix index a85d2f67..4784dabc 100644 --- a/system/satoshipad.nix +++ b/system/satoshipad.nix @@ -42,6 +42,7 @@ ]; networking.hostName = "satoshipad"; + services.avahi.hostName = "alan-satoshipay"; nix.gc.dates = "12:30"; system.autoUpgrade.dates = "13:24"; |