Compare commits
No commits in common. "5ca554ebde57a969b2b98b9e9219f4ea0a8ae20f" and "223e7423ee85b9dc9ab39f3899d0d372b8837ad9" have entirely different histories.
5ca554ebde
...
223e7423ee
|
@ -1,9 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.incus = {
|
||||
enable = true;
|
||||
ui.enable = true;
|
||||
};
|
||||
virtualisation.incus.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
incus
|
||||
|
|
Loading…
Reference in a new issue