Enable lxd on odyssey

This commit is contained in:
Jordan Holt 2023-11-17 22:39:57 +00:00
parent e113a6b280
commit 357c3e8c10
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -36,7 +36,7 @@ with lib.my;
in { in {
inherit name; inherit name;
isNormalUser = true; isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "lxd" ];
description = "Jordan Holt"; description = "Jordan Holt";
useDefaultShell = true; useDefaultShell = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [