Re-order modules

This commit is contained in:
Wekuz 2026-04-09 15:11:38 +03:00
parent dfc3dd9dac
commit 8b8b403eec
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -40,7 +40,6 @@
plexy = nixpkgs.lib.nixosSystem { plexy = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./hosts/plexy
{ {
nixpkgs = { nixpkgs = {
overlays = [ overlays = [
@ -57,6 +56,7 @@
disabledModules = [ "services/misc/jellyseerr.nix" ]; disabledModules = [ "services/misc/jellyseerr.nix" ];
} }
(import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix") (import "${nixpkgs-unstable}/nixos/modules/services/misc/seerr.nix")
./hosts/plexy
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;