tasko(ceitidh): malfunkciigi la servilon
This commit is contained in:
parent
9fe4fca702
commit
d0939add2f
|
@ -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
|
||||
}
|
10
outputs.nix
10
outputs.nix
|
@ -79,16 +79,6 @@ in {
|
|||
ragenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
ceitidh = {
|
||||
imports = [
|
||||
hosts/ceitidh
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active" "rPi"];
|
||||
targetHost = "10.42.0.203";
|
||||
};
|
||||
};
|
||||
cuallaidh = {
|
||||
imports = [
|
||||
hosts/cuallaidh
|
||||
|
|
|
@ -12,7 +12,6 @@ let
|
|||
|
||||
airgead = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBanX/MOfoTT8Y/2x24yusGQzfxBqlaKxVbpNiqnAmKp";
|
||||
brighde = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOxma18HaXAQlD33jR5iIolSI9p2hTDAMkw6rlQXHnl7";
|
||||
ceitidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEGB8EUbqoarM4GmPgE2DBF4z/L6wVNc+lF27Z83XDUz";
|
||||
cuallaidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKfELhpKAIDCTFYrO4wXP9BrXsUlafcD5vELQwtF4LCl";
|
||||
dionach = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPcLVq/vaqNz+SzTKHd2mlw+jEYG+JYdYP/1mwK6lF0J";
|
||||
doilidh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIVqs/F41PYoOPtThVRhLFjl+g/sH4aKRxki0CkZxj/7";
|
||||
|
@ -24,7 +23,6 @@ let
|
|||
systems = [
|
||||
airgead
|
||||
brighde
|
||||
ceitidh
|
||||
cuallaidh
|
||||
dionach
|
||||
doilidh
|
||||
|
|
Loading…
Reference in a new issue