Inital setup of lxd on nebula
This commit is contained in:
parent
7be100bfd2
commit
d8672d109a
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
virtualisation.lxc = {
|
||||||
|
enable = true;
|
||||||
|
lxcfs.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
@ -23,6 +23,7 @@ in
|
||||||
|
|
||||||
# Import optional options
|
# Import optional options
|
||||||
../common/optional/openssh.nix
|
../common/optional/openssh.nix
|
||||||
|
../common/optional/lxd.nix
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue