diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/desktop/configuration.nix ]; }; + laptop = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ ./hosts/laptop/configuration.nix ]; + }; }; }; } |
