Compare commits

...

2 commits

Author SHA1 Message Date
Serĉanto de Scio ca0c82fc49
chore(doilidh): add active tag 2024-09-09 16:15:51 +10:00
Serĉanto de Scio 86fc97845a
chore(dionach): add active tag 2024-09-09 16:11:27 +10:00
3 changed files with 8 additions and 4 deletions

View file

@ -10,8 +10,6 @@
../../profiles/steam.nix
];
deployment.targetHost = "10.42.0.190";
# Use the GRUB 2 boot loader.
boot = {
loader.grub = {

View file

@ -7,8 +7,6 @@
}: {
imports = [../../networks/pi3B_rack.nix];
# Comment out deployment when building the SD Image.
deployment.targetHost = "10.42.0.204";
networking.hostName = "doilidh"; # Define your hostname.
environment.systemPackages = with pkgs; [];

View file

@ -97,12 +97,20 @@ in {
hosts/dionach
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
targetHost = "10.42.0.190";
};
};
doilidh = {
imports = [
hosts/doilidh
ragenix.nixosModules.default
];
deployment = {
tags = ["active"];
targetHost = "10.42.0.204";
};
};
eamhair = {
imports = [