Compare commits

...

4 commits

3 changed files with 17 additions and 14 deletions

18
flake.lock generated
View file

@ -925,11 +925,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1739756353, "lastModified": 1742641703,
"narHash": "sha256-UMRlUlCXyIG9jVgDQtKCyDpgjTIHkadVo0DIOayDH6U=", "narHash": "sha256-hoN8blvJco8OSZmPj8izwQaQUdydVi+5FO4/nWd1MNU=",
"owner": "lilyinstarlight", "owner": "lilyinstarlight",
"repo": "nixos-cosmic", "repo": "nixos-cosmic",
"rev": "0d64f87dff6778231ae0288cca71e78e2ab30752", "rev": "216557e6cd229dbe7d73a497c227824a3c579cd7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -4761,11 +4761,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1739624908, "lastModified": 1742512142,
"narHash": "sha256-f84lBmLl4tkDp1ZU5LBTSFzlxXP4926DVW3KnXrke10=", "narHash": "sha256-8XfURTDxOm6+33swQJu/hx6xw1Tznl8vJJN5HwVqckg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a60651b217d2e529729cbc7d989c19f3941b9250", "rev": "7105ae3957700a9646cc4b766f5815b23ed0c682",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -5277,11 +5277,11 @@
}, },
"nixpkgs_33": { "nixpkgs_33": {
"locked": { "locked": {
"lastModified": 1741862977, "lastModified": 1742512142,
"narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=", "narHash": "sha256-8XfURTDxOm6+33swQJu/hx6xw1Tznl8vJJN5HwVqckg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0", "rev": "7105ae3957700a9646cc4b766f5815b23ed0c682",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,7 +7,6 @@
imports = [ imports = [
../../hardware/lenovo_yoga7i.nix ../../hardware/lenovo_yoga7i.nix
../../profiles/desktopFiona.nix ../../profiles/desktopFiona.nix
../../profiles/desktop_common.nix
]; ];
# Use the UEFI boot loader. # Use the UEFI boot loader.

View file

@ -70,8 +70,9 @@ in {
]; ];
deployment = { deployment = {
tags = ["active"]; tags = ["active"];
targetHost = "10.42.0.124"; targetHost = "10.69.0.122";
}; };
roles.desktop.enable = true;
}; };
ceilidh = { ceilidh = {
imports = [ imports = [
@ -112,7 +113,7 @@ in {
]; ];
deployment = { deployment = {
tags = ["active" "rPi"]; tags = ["active" "rPi"];
targetHost = "10.42.0.204"; targetHost = "10.69.0.204";
}; };
}; };
eamhair = { eamhair = {
@ -122,7 +123,7 @@ in {
]; ];
deployment = { deployment = {
tags = ["active" "rPi"]; tags = ["active" "rPi"];
targetHost = "10.42.0.205"; targetHost = "10.69.0.205";
}; };
services.toxvpn.localip = "10.37.0.205"; services.toxvpn.localip = "10.37.0.205";
}; };
@ -157,7 +158,10 @@ in {
hosts/sercanto hosts/sercanto
ragenix.nixosModules.default ragenix.nixosModules.default
]; ];
deployment.targetHost = "10.42.0.180"; deployment = {
targetHost = "10.69.0.149";
tags = ["active"];
};
roles.desktop.enable = true; roles.desktop.enable = true;
roles.desktopCraige.enable = true; roles.desktopCraige.enable = true;
}; };