diff --git a/laptop/flake.nix b/laptop/flake.nix new file mode 100644 index 00000000..51ffa252 --- /dev/null +++ b/laptop/flake.nix @@ -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 ]; + }; + }; +} \ No newline at end of file