Compare commits

..

No commits in common. "81fdffa54cecd69f3b9624e41b15543deeb871dc" and "61dca6bc7b9df5ec73a68dadcd94d4843eefcced" have entirely different histories.

3 changed files with 12 additions and 6 deletions

10
flake.lock generated
View file

@ -308,11 +308,11 @@
]
},
"locked": {
"lastModified": 1769528268,
"narHash": "sha256-giRAsZtUQsauYAkgoQXel6JQW5sAS8ih2FY6400+L88=",
"ref": "refs/heads/prod",
"rev": "f6793446bdfd64231dee8928a7a88af713c5c3be",
"revCount": 185,
"lastModified": 1769465069,
"narHash": "sha256-1HXiCC0tD9Qyt1Un+6uu6nehrAeFPvDWnJw+J2JFpMs=",
"ref": "refs/heads/master",
"rev": "2dad7fe10ba3b64ac3e8183f7d2b7fc6ddbbd670",
"revCount": 181,
"type": "git",
"url": "ssh://git@github.com/TheWanderingCrow/nix-secrets"
},

View file

@ -4,5 +4,11 @@
enable = true;
addNetworkInterface = true;
};
guest = {
enable = true;
vboxsf = true;
dragAndDrop = true;
clipboard = true;
};
};
}

View file

@ -113,7 +113,7 @@ in
services.actualbudget-report = {
enable = true;
interval = "Sun,Wed 12:00:00";
interval = "Sun 12:00:00";
environmentFile = config.sops.templates."actualbudget-report-env".path;
};
}