podman & incus on laptop
This commit is contained in:
parent
eae6726ecb
commit
0db64447e4
3 changed files with 20 additions and 2 deletions
|
@ -1,9 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.incus.enable = true;
|
||||
virtualisation.incus = {
|
||||
enable = true;
|
||||
ui.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
incus
|
||||
lxc
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [ 8443 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue