mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 05:13:37 -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";
|
description = "Lix/Auxolotl config flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
lix = {
|
lix = {
|
||||||
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
|
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
|
sops # For encryption too
|
||||||
];
|
];
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue