Flakes: Difference between revisions
imported>Erikarvstedt Explain additional outputs used by `nix run` |
imported>Tobias.bora No edit summary |
||
| Line 218: | Line 218: | ||
{ | { | ||
nixosConfigurations.machine = nixpkgs.lib.nixosSystem { | nixosConfigurations.machine = nixpkgs.lib.nixosSystem { | ||
# Note that you cannot put arbitrary configuration here: the configuration must be placed in the files loaded via modules | |||
system = "x86_64-linux"; | system = "x86_64-linux"; | ||
modules = [ | modules = [ | ||