passing flake!

This commit is contained in:
2025-06-03 19:39:27 +02:00
parent 68d9f9640b
commit 6600d1adbf
3 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@
outputs = { self, nixpkgs }: {
nixosConfigurations = {
wildfire = nixpkgs.lib.nixosSystem {
specialArgs = { inputs = self.inputs; };
specialArgs = { inputs = self.inputs // { inherit self; }; };
modules = [ ./hosts/wildfire/configuration.nix ];
};
};

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
imports = [

View File

@ -92,7 +92,6 @@
# enable VMs
programs.virt-manager.enable = true;
virtualisation = {
tmp.enable = true;
libvirtd = {
enable = true;
qemu = {