Lots of stuff
This commit is contained in:
parent
9115983c81
commit
c15fab234d
17 changed files with 10 additions and 86 deletions
|
@ -2,16 +2,16 @@
|
|||
{
|
||||
imports = [
|
||||
./cfdyndns
|
||||
./fileserver
|
||||
./forgejo
|
||||
./jellyfin
|
||||
./mysql
|
||||
./nextcloud
|
||||
./nfs
|
||||
./owncast
|
||||
./transmission
|
||||
./vaultwarden
|
||||
./webserver
|
||||
];
|
||||
|
||||
options.system = with lib; {
|
||||
server.enable = mkEnableOption "Enable server apps and services";
|
||||
};
|
||||
options.system.server.enable = with lib; mkEnableOption "Enable server apps and services";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue