Re-order modules
This commit is contained in:
parent
dfc3dd9dac
commit
8b8b403eec
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue