From d20d5017889bbfdfb5e50f944cf7259cf74a7491 Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 19 Aug 2025 00:49:58 -0700 Subject: [PATCH] darwin fixes --- hosts/eva-02/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index 5b1afff..40ab08b 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -17,6 +17,7 @@ imports = [ # Include the results of the hardware scan. inputs.home-manager.nixosModules.default + nixpkgs.lib.nixosModule.utils # (modulesPath + "/profiles/qemu-guest.nix") ]; @@ -152,6 +153,7 @@ inputs pkgs-unstable hostname + utils ; }; users = {