fixed defiant configuration
This commit is contained in:
parent
90b53df81c
commit
8b6ed7f0a0
|
@ -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
|
||||||
]
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue