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];
|
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.
|
networking.hostName = "eamhair"; # Define your hostname.
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [];
|
environment.systemPackages = with pkgs; [];
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
deployment.targetHost = "10.42.0.127";
|
|
||||||
networking.hostName = "iolear-beag"; # Define your hostname.
|
networking.hostName = "iolear-beag"; # Define your hostname.
|
||||||
|
|
||||||
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
system.stateVersion = "18.09"; # The version of NixOS originally installed
|
||||||
|
|
|
@ -117,12 +117,20 @@ in {
|
||||||
hosts/eamhair
|
hosts/eamhair
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
|
deployment = {
|
||||||
|
tags = ["active"];
|
||||||
|
targetHost = "10.42.0.205";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
iolear-beag = {
|
iolear-beag = {
|
||||||
imports = [
|
imports = [
|
||||||
hosts/iolear-beag
|
hosts/iolear-beag
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
|
deployment = {
|
||||||
|
tags = ["inactive"];
|
||||||
|
targetHost = "10.42.0.127";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
#paidh-uachdar = {
|
#paidh-uachdar = {
|
||||||
# imports = [
|
# imports = [
|
||||||
|
|
Loading…
Reference in a new issue