From 43397a42d7ac6d0034492fbd1ebc2dd7ad4e49e0 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 18 May 2024 16:27:21 -0400 Subject: [PATCH] I dunno, sync. --- flake.nix | 2 +- hosts/kim/configuration.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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;