summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-01-02 13:19:04 +0100
committerAlan Pearce2020-01-02 13:19:04 +0100
commit19b9c7f3ced52b87b609703458a2351cff30aa4d (patch)
treeebc70de4917e3d57b27297dc0af8f70daf6716d4 /system
parenta834bf3dc369602cd98399174e1e234241b20a33 (diff)
downloadnixfiles-19b9c7f3ced52b87b609703458a2351cff30aa4d.tar.lz
nixfiles-19b9c7f3ced52b87b609703458a2351cff30aa4d.tar.zst
nixfiles-19b9c7f3ced52b87b609703458a2351cff30aa4d.zip
satoshipad: set a clearer avahi hostname for other people
Diffstat (limited to 'system')
-rw-r--r--system/satoshipad.nix1
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";