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