Flakes: Difference between revisions

imported>Roberth
m indent
imported>Roberth
m indent
Line 233: Line 233:
{
{
   outputs = { self, nixpkgs }: {
   outputs = { self, nixpkgs }: {
    # replace 'joes-desktop' with your hostname here.
    # replace 'joes-desktop' with your hostname here.
    nixosConfigurations.joes-desktop = nixpkgs.lib.nixosSystem {
    nixosConfigurations.joes-desktop = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      system = "x86_64-linux";
      modules = [ ./configuration.nix ];
      modules = [ ./configuration.nix ];
    };
    };
   };
   };
}
}