fixed defiant configuration
This commit is contained in:
parent
90b53df81c
commit
8b6ed7f0a0
1 changed files with 2 additions and 2 deletions
|
@ -42,10 +42,10 @@
|
|||
};
|
||||
# NAS Service
|
||||
defiant = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inpits; }
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/defiant/configuration.nix
|
||||
]
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue