Add cilium bootstrap.
This commit is contained in:
@@ -29,9 +29,9 @@ in
|
||||
wantedBy = [ "kubernetes.target" ];
|
||||
after = [ "containerd.service" ];
|
||||
requires = [ "containerd.service" ];
|
||||
# path = with pkgs; [
|
||||
# zfs
|
||||
# ];
|
||||
path = with pkgs; [
|
||||
util-linux
|
||||
];
|
||||
unitConfig.DefaultDependencies = "no";
|
||||
serviceConfig = {
|
||||
ExecStart = (
|
||||
|
||||
Reference in New Issue
Block a user