add podman on nixdesk
This commit is contained in:
parent
77412cf2ac
commit
f357cf5c52
2 changed files with 6 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
|
||||
/services
|
||||
/services/pipewire.nix
|
||||
/services/podman.nix
|
||||
/services/flatpak.nix
|
||||
|
||||
# services.syncthing
|
||||
|
|
5
sys/profiles/services/podman.nix
Normal file
5
sys/profiles/services/podman.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue