Compare commits

..

No commits in common. "ca0c82fc49c9b2ab8530aa0be4433fe472db2b9c" and "c05590435ea4866806777c96c41907b81bd14af4" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View file

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

View file

@ -7,6 +7,8 @@
}: { }: {
imports = [../../networks/pi3B_rack.nix]; 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. networking.hostName = "doilidh"; # Define your hostname.
environment.systemPackages = with pkgs; []; environment.systemPackages = with pkgs; [];

View file

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