Add flake
This commit is contained in:
parent
6c6c06acd9
commit
4115236c09
1 changed files with 9 additions and 0 deletions
9
laptop/flake.nix
Normal file
9
laptop/flake.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
outputs = { self, nixpkgs }: {
|
||||||
|
# replace 'joes-desktop' with your hostname here.
|
||||||
|
nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [ ./configuration.nix ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue