diff --git a/flake.lock b/flake.lock index 502c2c3..2a298de 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1770995331, - "narHash": "sha256-MZOF7PVKDOMAOp6bJpzuKOb1DVcyUT84568r8y3iVGg=", + "lastModified": 1772569491, + "narHash": "sha256-bdr6ueeXO1Xg91sFkuvaysYF0mVdwHBpdyhTjBEWv+s=", "owner": "nix-community", "repo": "home-manager", - "rev": "5e90b62996d56da9acb21e502c078e7c4e6ab40f", + "rev": "924e61f5c2aeab38504028078d7091077744ab17", "type": "github" }, "original": { @@ -44,11 +44,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1770843696, - "narHash": "sha256-LovWTGDwXhkfCOmbgLVA10bvsi/P8eDDpRudgk68HA8=", + "lastModified": 1772585379, + "narHash": "sha256-zomLtA51H/qXAcjczveQFXPi/GuJUkPdpDeyu5bGI4M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2343bbb58f99267223bc2aac4fc9ea301a155a16", + "rev": "0fd2db475afdde93c9e4b1625aafb8eb41b99807", "type": "github" }, "original": { @@ -81,11 +81,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1770954048, - "narHash": "sha256-TEXS8Z7K+GsOOtL0QD1hrMxL0lVJjKDl3qZq/mJHu2k=", + "lastModified": 1772402258, + "narHash": "sha256-3DmCFOdmbkFML1/G9gj8Wb+rCCZFPOQtNoMCpqOF8SA=", "owner": "nix-community", "repo": "nixvim", - "rev": "e49b8deda7b1732f5a2ea2a90446e45adb2a121d", + "rev": "21ae25e13b01d3b4cdc750b5f9e7bad68b150c10", "type": "github" }, "original": { diff --git a/hosts/cyper-node1/configuration.nix b/hosts/cyper-node1/configuration.nix index b5af2ee..5032eff 100644 --- a/hosts/cyper-node1/configuration.nix +++ b/hosts/cyper-node1/configuration.nix @@ -1,7 +1,7 @@ { lib, ... }: { - imports = [ ../services/k3s-agent.nix ]; + imports = [ ]; networking = { hostName = lib.mkForce "cyper-node1"; diff --git a/hosts/cyper-node2/configuration.nix b/hosts/cyper-node2/configuration.nix index 015c6ff..af8a47d 100644 --- a/hosts/cyper-node2/configuration.nix +++ b/hosts/cyper-node2/configuration.nix @@ -1,7 +1,7 @@ { lib, ... }: { - imports = [ ../services/k3s-agent.nix ]; + imports = [ ]; networking = { hostName = lib.mkForce "cyper-node2";