tasko(ceitidh): malfunkciigi la servilon

This commit is contained in:
Serĉanto de Scio 2024-11-03 23:10:28 +10:00
parent 9fe4fca702
commit d0939add2f
Signed by: sercanto
GPG key ID: A4122FF3971B6865
3 changed files with 0 additions and 32 deletions

View file

@ -1,20 +0,0 @@
# NixOps configuration for ceitidh
{
config,
pkgs,
lib,
...
}: {
imports = [
../../networks/pi3B_rack.nix
#../../profiles/cyclone-ibis.nix
];
networking.hostName = "ceitidh"; # Define your hostname.
environment.systemPackages = with pkgs; [
gnupg # GPL OpenPGP implementation
];
system.stateVersion = "22.05"; # The version of NixOS originally installed
}

View file

@ -79,16 +79,6 @@ in {
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
}; };
ceitidh = {
imports = [
hosts/ceitidh
ragenix.nixosModules.default
];
deployment = {
tags = ["active" "rPi"];
targetHost = "10.42.0.203";
};
};
cuallaidh = { cuallaidh = {
imports = [ imports = [
hosts/cuallaidh hosts/cuallaidh

View file

@ -12,7 +12,6 @@ let
airgead = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBanX/MOfoTT8Y/2x24yusGQzfxBqlaKxVbpNiqnAmKp"; airgead = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBanX/MOfoTT8Y/2x24yusGQzfxBqlaKxVbpNiqnAmKp";
brighde = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOxma18HaXAQlD33jR5iIolSI9p2hTDAMkw6rlQXHnl7"; brighde = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOxma18HaXAQlD33jR5iIolSI9p2hTDAMkw6rlQXHnl7";
ceitidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEGB8EUbqoarM4GmPgE2DBF4z/L6wVNc+lF27Z83XDUz";
cuallaidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKfELhpKAIDCTFYrO4wXP9BrXsUlafcD5vELQwtF4LCl"; cuallaidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKfELhpKAIDCTFYrO4wXP9BrXsUlafcD5vELQwtF4LCl";
dionach = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPcLVq/vaqNz+SzTKHd2mlw+jEYG+JYdYP/1mwK6lF0J"; dionach = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPcLVq/vaqNz+SzTKHd2mlw+jEYG+JYdYP/1mwK6lF0J";
doilidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIVqs/F41PYoOPtThVRhLFjl+g/sH4aKRxki0CkZxj/7"; doilidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIVqs/F41PYoOPtThVRhLFjl+g/sH4aKRxki0CkZxj/7";
@ -24,7 +23,6 @@ let
systems = [ systems = [
airgead airgead
brighde brighde
ceitidh
cuallaidh cuallaidh
dionach dionach
doilidh doilidh