move service to different flake
Some checks failed
Lint / lint (push) Failing after 2m11s
Plex Update / update (push) Successful in 2m15s

This commit is contained in:
Vivian 2023-12-19 14:52:25 +01:00
parent 3557cc4101
commit ee4936465c
7 changed files with 155 additions and 114 deletions

View file

@ -101,6 +101,4 @@
info.enable = lib.mkForce false;
nixos.enable = lib.mkForce false;
};
system.disableInstallerTools = lib.mkDefault true;
}