This commit is contained in:
Martin Benonisen 2024-07-08 14:09:21 +02:00
parent 1654fc52bf
commit 87d9496568
Signed by: mbeno
SSH Key Fingerprint: SHA256:iAzOA1WUAxocdh/WRWXcSg5nw2dJ1aDCvPuT+3ZjkwI

View File

@ -17,7 +17,8 @@
}; };
outputs = outputs =
{ nixpkgs { self
, nixpkgs
, home-manager , home-manager
, ... , ...
}@inputs: }@inputs:
@ -29,7 +30,7 @@
nixosConfigurations = { nixosConfigurations = {
zedd = nixpkgs.lib.nixosSystem { zedd = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit inputs user; }; specialArgs = { inherit inputs self user; };
modules = [ modules = [
({ config, pkgs, ... }: { }) ({ config, pkgs, ... }: { })
./hosts/zedd ./hosts/zedd