mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Rename the namespace of the system-modules
This commit is contained in:
parent
61f32cb7ea
commit
06623cd93a
34 changed files with 162 additions and 153 deletions
|
|
@ -8,9 +8,9 @@ let
|
|||
user = config.users.users.actual.name;
|
||||
in
|
||||
{
|
||||
options.myConfig.actualbudget.backups.enable = lib.mkEnableOption "";
|
||||
options.custom.services.actualbudget.backups.enable = lib.mkEnableOption "";
|
||||
|
||||
config = lib.mkIf config.myConfig.actualbudget.backups.enable {
|
||||
config = lib.mkIf config.custom.services.actualbudget.backups.enable {
|
||||
security.polkit = {
|
||||
enable = true;
|
||||
extraConfig =
|
||||
|
|
@ -28,7 +28,7 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
myConfig.resticBackup.actual = {
|
||||
custom.services.resticBackup.actual = {
|
||||
inherit user;
|
||||
healthchecks.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue