From f83a3249c6d8a50e77818bd455e3946880ca5883 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 23 Apr 2025 16:02:42 +0200 Subject: snapshot: Mi 23. Apr 16:02:42 CEST 2025 --- flake.nix | 1 + srv/hadante/configuration.nix | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 31f52e4..2f19ffe 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ nixosConfigurations = { hadante = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ (inputs: { nixpkgs.overlays = [ diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 64b0a80..e65d09f 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -2,10 +2,11 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -inputs@{ +{ config, pkgs, customss, + inputs, ... }: @@ -13,7 +14,7 @@ inputs@{ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - # inputs.home-manager.nixosModules.home-manager + inputs.home-manager.nixosModules.home-manager ]; # Bootloader. -- cgit