Add Podman
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
{ lib, config, pkgs, ... }: {
|
{ lib, config, pkgs, ... }: {
|
||||||
|
virtualisation = {
|
||||||
|
podman = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
godot_4
|
godot_4
|
||||||
cbqn-replxx
|
cbqn-replxx
|
||||||
|
|||||||
Reference in New Issue
Block a user