From 4351150085e603132ea0eec5196559395a572269 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 5 Feb 2020 11:15:44 +1000 Subject: [PATCH] Updated hostname --- hosts/{pi-tri.nix => paidh-tri.nix} | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) rename hosts/{pi-tri.nix => paidh-tri.nix} (69%) diff --git a/hosts/pi-tri.nix b/hosts/paidh-tri.nix similarity index 69% rename from hosts/pi-tri.nix rename to hosts/paidh-tri.nix index fa2b11c..5d65b82 100644 --- a/hosts/pi-tri.nix +++ b/hosts/paidh-tri.nix @@ -1,4 +1,4 @@ -# NixOps configuration for pi-tri +# NixOps configuration for pĂ idh-tri { config, pkgs, lib, ... }: @@ -7,16 +7,9 @@ ../clusters/pi3B_rack.nix ]; + # Comment out deployment when building the SD Image. deployment.targetHost = "10.69.0.203"; - networking.hostName = "pi-tri"; # Define your hostname. - - # File systems unique to this host: - fileSystems = { - "/nix" = { - device = "/dev/disk/by-label/nix"; - fsType = "ext4"; - }; - }; + networking.hostName = "paidh-tri"; # Define your hostname. environment.systemPackages = with pkgs; [ gnupg # GPL OpenPGP implementation