doilidh: initial deployment
This commit is contained in:
parent
e61128680d
commit
03afd838e5
|
@ -1,4 +1,4 @@
|
|||
# NixOps configuration for paidh-ceithir
|
||||
# NixOps configuration for doilidh
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
@ -9,9 +9,9 @@
|
|||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.204";
|
||||
networking.hostName = "paidh-ceithir"; # Define your hostname.
|
||||
networking.hostName = "doilidh"; # 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_doilidh.nix
Normal file
13
images/sd-image_doilidh.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
# SD image for doilidh
|
||||
#
|
||||
# To build this image, run:
|
||||
#
|
||||
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
|
||||
# nixos-config=./images/sd-image_doilidh.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/doilidh.nix];
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
# SD image for paidh-ceithir
|
||||
#
|
||||
# To build this image, run:
|
||||
#
|
||||
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
|
||||
# nixos-config=./images/sd-image_paidh-ceithir.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-ceithir.nix];
|
||||
}
|
|
@ -22,7 +22,7 @@
|
|||
dhu = import hosts/dhu.nix;
|
||||
dionach = import hosts/dionach.nix;
|
||||
iolear-beag = import hosts/iolear-beag.nix;
|
||||
paidh-ceithir = import hosts/paidh-ceithir.nix;
|
||||
doilidh = import hosts/doilidh.nix;
|
||||
paidh-coig = import hosts/paidh-coig.nix;
|
||||
buaidheach = import hosts/buaidheach.nix;
|
||||
ceitidh = import hosts/ceitidh.nix;
|
||||
|
|
Loading…
Reference in a new issue