mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
I dunno, sync.
This commit is contained in:
parent
1f29ea79b4
commit
43397a42d7
2 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue