mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Fix naming
This commit is contained in:
parent
765db19140
commit
0175a0af51
17 changed files with 11 additions and 11 deletions
|
|
@ -32,9 +32,9 @@ let
|
|||
}";
|
||||
in
|
||||
{
|
||||
options.myConfig.nextcloud-sync.enable = lib.mkEnableOption "";
|
||||
options.myConfig.nextcloudSync.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.myConfig.nextcloud-sync.enable {
|
||||
config = lib.mkIf config.myConfig.nextcloudSync.enable {
|
||||
sops.secrets."nextcloud-password" = { };
|
||||
|
||||
systemd.user = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue