Nixos: Move deprecated modules/derivation to separate folder
This commit is contained in:
10
home/modules/1_deprecated/nextcloud/options.nix
Normal file
10
home/modules/1_deprecated/nextcloud/options.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOpt "Nextcloud Client";
|
||||
autostart = mkBoolOpt false "Autostart the Nextcloud client (systemd)";
|
||||
}
|
Reference in New Issue
Block a user