feat: attempts to add spaceport

This commit is contained in:
2024-04-25 06:08:43 +00:00
parent e6411a27af
commit a2db12bcf3
4 changed files with 17 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
{ lib, inputs, nixpkgs-23-11, homeManager, homeManager-23-11, NixOS-WSL, customPackageOverlay, ... }:
{ lib, inputs, nixpkgs-23-11, homeManager, homeManager-23-11, NixOS-WSL, customPackageOverlays, ... }:
{
"maxos" = lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit customPackageOverlay;
inherit customPackageOverlays;
};
modules = [
./maxos/configuration.nix
@@ -23,7 +23,7 @@
"nixosWSL" = nixpkgs-23-11.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit customPackageOverlay;
inherit customPackageOverlays;
};
modules = [
./nixosWSL/configuration.nix