mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
fix
This commit is contained in:
parent
1eeedec3bc
commit
85f1654d67
1 changed files with 1 additions and 1 deletions
|
@ -65,10 +65,10 @@
|
|||
outputs = { self, nixpkgs, chaotic, nur, home-manager, disko, ... }@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
nyx = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/nyx/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
|
|
Loading…
Reference in a new issue