diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index cf58dc8..a91581b 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -48,6 +48,7 @@ with lib.my; ''; virtualisation.libvirtd.enable = true; + virtualisation.lxd.enable = true; users.defaultUserShell = pkgs.zsh; diff --git a/modules/options.nix b/modules/options.nix index 5a7b16e..13a6a36 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -36,7 +36,7 @@ with lib.my; in { inherit name; isNormalUser = true; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "lxd" ]; description = "Jordan Holt"; useDefaultShell = true; openssh.authorizedKeys.keys = [