Compare commits
No commits in common. "c05590435ea4866806777c96c41907b81bd14af4" and "e23d0389f012811990a5f2bb1d203418840e6d7f" have entirely different histories.
c05590435e
...
e23d0389f0
|
@ -16,6 +16,7 @@
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deployment.targetHost = "10.42.0.124";
|
||||||
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
|
networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing
|
||||||
|
|
||||||
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
system.stateVersion = "22.05"; # The version of NixOS originally installed
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
../../profiles/tt-rss.nix
|
../../profiles/tt-rss.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
deployment.targetHost = "172.105.171.16";
|
||||||
|
|
||||||
networking.hostName = "cuallaidh"; # Define your hostname.
|
networking.hostName = "cuallaidh"; # Define your hostname.
|
||||||
networking.interfaces.eth0.ipv6.addresses = [
|
networking.interfaces.eth0.ipv6.addresses = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -55,10 +55,6 @@ in {
|
||||||
hosts/brighde
|
hosts/brighde
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
|
||||||
tags = ["active"];
|
|
||||||
targetHost = "10.42.0.124";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
ceilidh = {
|
ceilidh = {
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -81,10 +77,6 @@ in {
|
||||||
hosts/cuallaidh
|
hosts/cuallaidh
|
||||||
ragenix.nixosModules.default
|
ragenix.nixosModules.default
|
||||||
];
|
];
|
||||||
deployment = {
|
|
||||||
tags = ["active"];
|
|
||||||
targetHost = "172.105.171.16";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
#dhu = {
|
#dhu = {
|
||||||
# imports = [
|
# imports = [
|
||||||
|
|
Loading…
Reference in a new issue