Enable lxd on odyssey

This commit is contained in:
2023-11-17 22:39:57 +00:00
parent e113a6b280
commit 357c3e8c10
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ with lib.my;
'';
virtualisation.libvirtd.enable = true;
virtualisation.lxd.enable = true;
users.defaultUserShell = pkgs.zsh;