some formatting
This commit is contained in:
parent
c91faa5aaf
commit
57c3bb3e61
21 changed files with 472 additions and 360 deletions
|
|
@ -4,8 +4,13 @@
|
|||
user,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [./libvirt.nix ./podman.nix ./kubernetes.nix];
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./libvirt.nix
|
||||
./podman.nix
|
||||
./kubernetes.nix
|
||||
];
|
||||
|
||||
libvirt.enable = lib.mkDefault true;
|
||||
podman.enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue