feat: gets spaceport working

This commit is contained in:
2024-04-25 07:03:55 +00:00
parent 2b72486a25
commit 7da08209cb
8 changed files with 44 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, customPackageOverlays, modulesPath, ... }:
{ pkgs, customPackageOverlay, modulesPath, ... }:
let
custom-fonts = import ../../fonts { inherit pkgs; };
@@ -35,7 +35,9 @@ in
'';
nixpkgs.overlays = customPackageOverlays;
nixpkgs.overlays = [
customPackageOverlay
];
system.stateVersion = "22.05";