mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
enable podman
This commit is contained in:
parent
c195768a99
commit
435f35a7a1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ with lib;
|
|||
{
|
||||
config = mkIf (config.sconfig.profile == "desktop") {
|
||||
services.pcscd.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
# Pipewire
|
||||
sound.enable = true;
|
||||
|
|
Loading…
Reference in a new issue