Move lastfm-status to its own file
This commit is contained in:
parent
75fdefa9bb
commit
2a409f3f51
3 changed files with 22 additions and 14 deletions
|
@ -31,7 +31,7 @@
|
|||
./services/gonic.nix
|
||||
./services/youtuee.nix
|
||||
./services/confess.nix
|
||||
inputs.lastfm-status.nixosModules.default
|
||||
./services/lastfm-status.nix
|
||||
inputs.common-modules.nixosModules.nixos-upgrade
|
||||
];
|
||||
|
||||
|
@ -246,10 +246,6 @@
|
|||
guiAddress = "0.0.0.0:8384";
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
lastfm-status = {
|
||||
enable = true;
|
||||
port = 4014;
|
||||
};
|
||||
scrutiny = {
|
||||
enable = true;
|
||||
collector.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue