ceitidh: initial deployment
This commit is contained in:
parent
326b9296be
commit
e61128680d
|
@ -1,19 +1,22 @@
|
||||||
# NixOps configuration for pàidh-tri
|
# NixOps configuration for ceitidh
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [../networks/pi3B_rack.nix ../profiles/cyclone-ibis.nix];
|
imports = [
|
||||||
|
../networks/pi3B_rack.nix
|
||||||
|
../profiles/cyclone-ibis.nix
|
||||||
|
];
|
||||||
|
|
||||||
# Comment out deployment when building the SD Image.
|
# Comment out deployment when building the SD Image.
|
||||||
deployment.targetHost = "10.42.0.203";
|
deployment.targetHost = "10.42.0.203";
|
||||||
networking.hostName = "paidh-tri"; # Define your hostname.
|
networking.hostName = "ceitidh"; # Define your hostname.
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnupg # GPL OpenPGP implementation
|
gnupg # GPL OpenPGP implementation
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "20.09"; # The version of NixOS originally installed
|
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||||
}
|
}
|
13
images/sd-image_ceitidh.nix
Normal file
13
images/sd-image_ceitidh.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# SD image for ceitidh
|
||||||
|
#
|
||||||
|
# To build this image, run:
|
||||||
|
#
|
||||||
|
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
|
||||||
|
# nixos-config=./images/sd-image_ceitidh.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/ceitidh.nix];
|
||||||
|
}
|
|
@ -1,13 +0,0 @@
|
||||||
# SD image for paidh-tri
|
|
||||||
#
|
|
||||||
# To build this image, run:
|
|
||||||
#
|
|
||||||
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
|
|
||||||
# nixos-config=./images/sd-image_paidh-tri.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-tri.nix];
|
|
||||||
}
|
|
|
@ -25,7 +25,7 @@
|
||||||
paidh-ceithir = import hosts/paidh-ceithir.nix;
|
paidh-ceithir = import hosts/paidh-ceithir.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;
|
||||||
paidh-tri = import hosts/paidh-tri.nix;
|
ceitidh = import hosts/ceitidh.nix;
|
||||||
paidh-uachdar = import hosts/paidh-uachdar.nix;
|
paidh-uachdar = import hosts/paidh-uachdar.nix;
|
||||||
sithlainnir = import hosts/sithlainnir.nix;
|
sithlainnir = import hosts/sithlainnir.nix;
|
||||||
teintidh = import hosts/teintidh.nix;
|
teintidh = import hosts/teintidh.nix;
|
||||||
|
|
Loading…
Reference in a new issue