feature/lix #128

Merged
ahuston-0 merged 6 commits from feature/lix into main 2025-07-04 13:56:49 -04:00
2 changed files with 24 additions and 25 deletions
Showing only changes of commit 8198a5be3b - Show all commits

View File

@ -10,10 +10,6 @@
attic-client
];
systemd.services.atticd.environment = {
RUST_LOG = "INFO";
};
services = {
atticd = {
enable = true;
@ -71,6 +67,9 @@
# configured default webstore for this on root user separately
systemd = {
services = {
atticd.environment = {
RUST_LOG = "INFO";
};
attic-watch-store = {
wantedBy = [ "multi-user.target" ];
after = [