Compare commits
2 commits
ca0c82fc49
...
3c4e886095
Author | SHA1 | Date | |
---|---|---|---|
Serĉanto de Scio | 3c4e886095 | ||
Serĉanto de Scio | f221d1c55d |
|
@ -7,8 +7,6 @@
|
|||
}: {
|
||||
imports = [../../networks/pi3B_rack.nix];
|
||||
|
||||
# Comment out deployment when building the SD Image.
|
||||
deployment.targetHost = "10.42.0.205";
|
||||
networking.hostName = "eamhair"; # Define your hostname.
|
||||
|
||||
environment.systemPackages = with pkgs; [];
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
deployment.targetHost = "10.42.0.127";
|
||||
networking.hostName = "iolear-beag"; # Define your hostname.
|
||||
|
||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||
|
|
|
@ -117,12 +117,20 @@ in {
|
|||
hosts/eamhair
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["active"];
|
||||
targetHost = "10.42.0.205";
|
||||
};
|
||||
};
|
||||
iolear-beag = {
|
||||
imports = [
|
||||
hosts/iolear-beag
|
||||
ragenix.nixosModules.default
|
||||
];
|
||||
deployment = {
|
||||
tags = ["inactive"];
|
||||
targetHost = "10.42.0.127";
|
||||
};
|
||||
};
|
||||
#paidh-uachdar = {
|
||||
# imports = [
|
||||
|
|
Loading…
Reference in a new issue