nixos/k3s: add to environment.systemPackages for adminstration

master
Jörg Thalheim 2021-04-07 20:46:10 +02:00
parent 034c49f514
commit 7c310e8d28
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 2 additions and 0 deletions

View File

@ -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" ];