fixed defiant configuration

This commit is contained in:
Leyla Becker 2024-09-02 13:06:36 -05:00
parent eca25529d7
commit feb7844c7d

View file

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