eamhair: initial deployment

This commit is contained in:
Serĉanto de Scio 2022-07-08 22:15:03 +10:00
parent 03afd838e5
commit 13b11b3fa5
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
4 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
# NixOps configuration for paidh-coig # NixOps configuration for eamhair
{ {
config, config,
pkgs, pkgs,
@ -9,9 +9,9 @@
# Comment out deployment when building the SD Image. # Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.205"; deployment.targetHost = "10.42.0.205";
networking.hostName = "paidh-coig"; # Define your hostname. networking.hostName = "eamhair"; # Define your hostname.
environment.systemPackages = with pkgs; []; environment.systemPackages = with pkgs; [];
system.stateVersion = "20.09"; # The version of NixOS originally installed system.stateVersion = "22.05"; # The version of NixOS originally installed
} }

View file

@ -0,0 +1,13 @@
# SD image for eamhair
#
# To build this image, run:
#
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
# nixos-config=./images/sd-image_eamhair.nix
#
# An example of how to write the image to SD card:
#
# zstdcat ./result/sd-image/nixos-sd-image-22.05pre-git-aarch64-linux.img.zst | sudo dd of=/dev/sdb
{...}: {
imports = [./sd-image_paidh-aarch64.nix ../hosts/eamhair.nix];
}

View file

@ -1,13 +0,0 @@
# SD image for paidh-coig
#
# To build this image, run:
#
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
# nixos-config=./images/sd-image_paidh-coig.nix
#
# An example of how to write the image to SD card:
#
# bzcat ./result/sd-image/nixos-sd-image-20.03.1577.74a80c5a9ab-aarch64-linux.img.bz2 | sudo dd of=/dev/sdb
{...}: {
imports = [./sd-image_paidh-aarch64.nix ../hosts/paidh-coig.nix];
}

View file

@ -23,7 +23,7 @@
dionach = import hosts/dionach.nix; dionach = import hosts/dionach.nix;
iolear-beag = import hosts/iolear-beag.nix; iolear-beag = import hosts/iolear-beag.nix;
doilidh = import hosts/doilidh.nix; doilidh = import hosts/doilidh.nix;
paidh-coig = import hosts/paidh-coig.nix; eamhair = import hosts/eamhair.nix;
buaidheach = import hosts/buaidheach.nix; buaidheach = import hosts/buaidheach.nix;
ceitidh = import hosts/ceitidh.nix; ceitidh = import hosts/ceitidh.nix;
paidh-uachdar = import hosts/paidh-uachdar.nix; paidh-uachdar = import hosts/paidh-uachdar.nix;