소스 검색

use ansible_hostname for kodi nix hostname

Blaine Story 2 년 전
부모
커밋
9d299b545c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/kodi-config/templates/configuration.nix.j2

+ 1 - 1
roles/kodi-config/templates/configuration.nix.j2

@@ -15,7 +15,7 @@
   boot.loader.systemd-boot.enable = true; 
 
   # Set hostname
-  networking.hostName = "kodi-nix"; 
+  networking.hostName = "{{ ansible_hostname }}";
 
   # Set time zone.
   time.timeZone = "America/Los_Angeles";