Updated hostname

This commit is contained in:
Craige McWhirter 2020-02-05 11:15:44 +10:00
parent 9ded7822a8
commit 4351150085
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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