fixed defiant configuration

This commit is contained in:
Leyla Becker 2024-09-02 13:06:36 -05:00
parent 90b53df81c
commit 8b6ed7f0a0

View file

@ -42,10 +42,10 @@
}; };
# NAS Service # NAS Service
defiant = nixpkgs.lib.nixosSystem { defiant = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inpits; } specialArgs = { inherit inputs; };
modules = [ modules = [
./hosts/defiant/configuration.nix ./hosts/defiant/configuration.nix
] ];
}; };
}; };
}; };