feat[server]: setup attic cache automatically

This commit is contained in:
Leon Schwarzäugl 2025-12-23 02:49:58 +01:00
parent 23365c0358
commit 905a879ab3
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 60 additions and 4 deletions

View file

@ -20,6 +20,7 @@
diskEncryption = lib.mkDefault true;
packages = lib.mkDefault true;
ssh = lib.mkDefault true;
attic-setup = lib.mkDefault true;
};
};
};