I dunno, sync.

This commit is contained in:
Annika Merris 2024-05-18 16:27:21 -04:00
parent 1f29ea79b4
commit 43397a42d7
2 changed files with 4 additions and 1 deletions

View file

@ -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";

View file

@ -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;