lala
This commit is contained in:
parent
1654fc52bf
commit
87d9496568
@ -17,7 +17,8 @@
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ nixpkgs
|
||||
{ self
|
||||
, nixpkgs
|
||||
, home-manager
|
||||
, ...
|
||||
}@inputs:
|
||||
@ -29,7 +30,7 @@
|
||||
nixosConfigurations = {
|
||||
zedd = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs user; };
|
||||
specialArgs = { inherit inputs self user; };
|
||||
modules = [
|
||||
({ config, pkgs, ... }: { })
|
||||
./hosts/zedd
|
||||
|
Loading…
Reference in New Issue
Block a user