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