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 {
specialArgs = { inherit system; };
specialArgs = { inherit system; };
modules = [
./surface-config.nix
];
};
modules = [
./surface-config.nix
];
};
};
}