removed k3s dependency

This commit is contained in:
2026-04-01 01:23:47 +02:00
parent e8875a1d5e
commit 8021d06ff3
3 changed files with 11 additions and 11 deletions

18
flake.lock generated
View File

@@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770995331, "lastModified": 1772569491,
"narHash": "sha256-MZOF7PVKDOMAOp6bJpzuKOb1DVcyUT84568r8y3iVGg=", "narHash": "sha256-bdr6ueeXO1Xg91sFkuvaysYF0mVdwHBpdyhTjBEWv+s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5e90b62996d56da9acb21e502c078e7c4e6ab40f", "rev": "924e61f5c2aeab38504028078d7091077744ab17",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -44,11 +44,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1770843696, "lastModified": 1772585379,
"narHash": "sha256-LovWTGDwXhkfCOmbgLVA10bvsi/P8eDDpRudgk68HA8=", "narHash": "sha256-zomLtA51H/qXAcjczveQFXPi/GuJUkPdpDeyu5bGI4M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2343bbb58f99267223bc2aac4fc9ea301a155a16", "rev": "0fd2db475afdde93c9e4b1625aafb8eb41b99807",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -81,11 +81,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1770954048, "lastModified": 1772402258,
"narHash": "sha256-TEXS8Z7K+GsOOtL0QD1hrMxL0lVJjKDl3qZq/mJHu2k=", "narHash": "sha256-3DmCFOdmbkFML1/G9gj8Wb+rCCZFPOQtNoMCpqOF8SA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "e49b8deda7b1732f5a2ea2a90446e45adb2a121d", "rev": "21ae25e13b01d3b4cdc750b5f9e7bad68b150c10",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -1,7 +1,7 @@
{ lib, ... }: { lib, ... }:
{ {
imports = [ ../services/k3s-agent.nix ]; imports = [ ];
networking = { networking = {
hostName = lib.mkForce "cyper-node1"; hostName = lib.mkForce "cyper-node1";

View File

@@ -1,7 +1,7 @@
{ lib, ... }: { lib, ... }:
{ {
imports = [ ../services/k3s-agent.nix ]; imports = [ ];
networking = { networking = {
hostName = lib.mkForce "cyper-node2"; hostName = lib.mkForce "cyper-node2";