Add podman service.
This commit is contained in:
parent
16c8e41d35
commit
e821fed3ff
4 changed files with 19 additions and 4 deletions
|
@ -19,7 +19,8 @@ let
|
|||
extraGroups = [ "audio" "wheel" "network" ]
|
||||
++ (optionals cfg.xserver.enable ["input" "video"])
|
||||
++ (optionals cfg.printing.enable [ "cups" "lp" ])
|
||||
++ (optional config.virtualisation.docker.enable "docker");
|
||||
++ (optional (config.virtualisation.docker.enable && !config.virtualisation.podman.enable) "docker")
|
||||
++ (optional config.virtualisation.podman.enable "podman");
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
passwordFile = passPath;
|
||||
# TODO: Fix for sops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue