mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 21:05:22 +08:00
8 lines
No EOL
181 B
Nix
8 lines
No EOL
181 B
Nix
{
|
|
outputs = { self, nixpkgs }: {
|
|
nixosConfigurations.x1c7 = nixpkgs.lib.nixosSystem {
|
|
system = "x86_64-linux";
|
|
modules = [ ./configuration.nix ];
|
|
};
|
|
};
|
|
} |