eamhair: initial deployment
This commit is contained in:
parent
03afd838e5
commit
13b11b3fa5
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration for paidh-coig
|
||||
# NixOps configuration for eamhair
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
@ -9,9 +9,9 @@
|
|||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.205";
|
||||
networking.hostName = "paidh-coig"; # Define your hostname.
|
||||
networking.hostName = "eamhair"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [];
|
||||
|
||||
system.stateVersion = "20.09"; # The version of NixOS originally installed
|
||||
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||
}
|
13
images/sd-image_eamhair.nix
Normal file
13
images/sd-image_eamhair.nix
Normal 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];
|
||||
}
|
|
@ -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];
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
dionach = import hosts/dionach.nix;
|
||||
iolear-beag = import hosts/iolear-beag.nix;
|
||||
doilidh = import hosts/doilidh.nix;
|
||||
paidh-coig = import hosts/paidh-coig.nix;
|
||||
eamhair = import hosts/eamhair.nix;
|
||||
buaidheach = import hosts/buaidheach.nix;
|
||||
ceitidh = import hosts/ceitidh.nix;
|
||||
paidh-uachdar = import hosts/paidh-uachdar.nix;
|
||||
|
|
Loading…
Reference in a new issue