Compare commits
2 commits
223e7423ee
...
5ca554ebde
Author | SHA1 | Date | |
---|---|---|---|
Geir Okkenhaug Jerstad | 5ca554ebde | ||
Geir Okkenhaug Jerstad | 5821c4ae97 |
|
@ -1,6 +1,9 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
virtualisation.incus.enable = true;
|
virtualisation.incus = {
|
||||||
|
enable = true;
|
||||||
|
ui.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
incus
|
incus
|
||||||
|
|
Loading…
Reference in a new issue