Compare commits
No commits in common. "ca0c82fc49c9b2ab8530aa0be4433fe472db2b9c" and "c05590435ea4866806777c96c41907b81bd14af4" have entirely different histories.
ca0c82fc49
...
c05590435e
|
@ -10,6 +10,8 @@
|
|||
../../profiles/steam.nix
|
||||
];
|
||||
|
||||
deployment.targetHost = "10.42.0.190";
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot = {
|
||||
loader.grub = {
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
}: {
|
||||
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; [];
|
||||
|
|
|
@ -97,20 +97,12 @@ 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 = [
|
||||
|
|
Loading…
Reference in a new issue