doilidh: initial deployment

This commit is contained in:
Serĉanto de Scio 2022-07-08 21:06:31 +10:00
parent e61128680d
commit 03afd838e5
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-ceithir # NixOps configuration for doilidh
{ {
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.204"; deployment.targetHost = "10.42.0.204";
networking.hostName = "paidh-ceithir"; # Define your hostname. networking.hostName = "doilidh"; # 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 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];
}

View file

@ -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];
}

View file

@ -22,7 +22,7 @@
dhu = import hosts/dhu.nix; dhu = import hosts/dhu.nix;
dionach = import hosts/dionach.nix; dionach = import hosts/dionach.nix;
iolear-beag = import hosts/iolear-beag.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; paidh-coig = import hosts/paidh-coig.nix;
buaidheach = import hosts/buaidheach.nix; buaidheach = import hosts/buaidheach.nix;
ceitidh = import hosts/ceitidh.nix; ceitidh = import hosts/ceitidh.nix;