diff --git a/flake.nix b/flake.nix index ab27e3b..1be0584 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Lix/Auxolotl config flake"; inputs = { - # nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; lix = { url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 3777365..f8d861e 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -182,6 +182,9 @@ sops # For encryption too ]; + virtualisation.libvirtd.enable = true; + programs.virt-manager.enable = true; + # List services that you want to enable: # Enable the OpenSSH daemon. services.openssh.enable = true;