removed wrong braces

This commit is contained in:
twoneis 2023-11-02 05:23:57 +01:00
parent 484294455c
commit be5302cc25

View file

@ -25,12 +25,11 @@
]; ];
}; };
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem { nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; }; specialArgs = { inherit system; };
modules = [ modules = [
./surface-config.nix ./surface-config.nix
]; ];
};
}; };
}; };
} }