lxc on alexandria again

This commit is contained in:
William 2026-02-16 01:05:30 -03:00
parent 657e1e4697
commit bea4771272
2 changed files with 9 additions and 4 deletions

View file

@ -27,7 +27,7 @@
# other aspects # other aspects
fwupd fwupd
podman lxc
]); ]);
}; };
} }

View file

@ -9,9 +9,14 @@
... ...
}: }:
{ {
virtualisation.lxc = { virtualisation = {
enable = true; lxc = {
unprivilegedContainers = true; enable = true;
unprivilegedContainers = true;
};
incus.enable = true;
}; };
users.users.user.extraGroups = [ "incus-admin" ];
}; };
} }