01

Contents

Packages and options from your selection

Packages 0

None yet.

Options 0

None yet.

02

Machine

Who this config is for

03

Outputs

What to generate and from which base

Generated files

0 packages · 0 options · nixos-unstable · GNOME desktop

{
  description = "Ternix-generated flake";

  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
  };

  outputs = { self, nixpkgs, ... }: {
    nixosConfigurations.nixos-host = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      modules = [ ./configuration.nix ];
    };
  };
}

Push to GitHub

Open a pull request with these files

Checking GitHub connection…

PR creation, commits, and flake checks are not wired up yet. Copy, download, or open a pull request and merge it yourself. How to apply a config →