hosts: enable podman
This commit is contained in:
parent
69ea07184f
commit
f5c1f63e07
4 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
# TODO: Declarative syncthing config
|
||||
};
|
||||
common.incus.enable = true;
|
||||
# TODO: Setup podman remote
|
||||
|
||||
system.defaults = {
|
||||
".GlobalPreferences" = {
|
||||
|
|
|
@ -52,5 +52,6 @@
|
|||
};
|
||||
};
|
||||
common.incus.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
};
|
||||
};
|
||||
common.incus.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
services.udisks2.enable = true;
|
||||
services.printing = {
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
};
|
||||
};
|
||||
common.incus.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue