forked from jan-leila/nix-config
fixed defiant configuration
This commit is contained in:
parent
eca25529d7
commit
feb7844c7d
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