nixos/k3s: add to environment.systemPackages for adminstration
This commit is contained in:
parent
034c49f514
commit
7c310e8d28
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ in
|
|||
# supporting it, or their bundled containerd
|
||||
systemd.enableUnifiedCgroupHierarchy = false;
|
||||
|
||||
environment.systemPackages = [ config.services.k3s.package ];
|
||||
|
||||
systemd.services.k3s = {
|
||||
description = "k3s service";
|
||||
after = mkIf cfg.docker [ "docker.service" ];
|
||||
|
|
Loading…
Reference in a new issue