Updated hostname
This commit is contained in:
parent
9ded7822a8
commit
4351150085
|
@ -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
|
Loading…
Reference in a new issue