chore: update flake
Some checks are pending
Flake check / Check flake (push) Waiting to run

This commit is contained in:
Leon Schwarzäugl 2025-09-15 15:55:39 +02:00
parent 0848f04326
commit 04ab8d309f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
18 changed files with 2546 additions and 451 deletions

View file

@ -12,6 +12,17 @@ in
];
# swarselservices.homebox = {
# enable = true;
# package = pkgs.dev.homebox;
# settings = {
# HBOX_OPTIONS_ALLOW_REGISTRATION = "false";
# # HBOX_STORAGE_DATA = "/test";
# # HBOX_STORAGE_CONN_STRING = "file:///lolna";
# HBOX_STORAGE_PREFIX_PATH = null;
# };
# };
swarselprofiles = {
personal = lib.mkIf (!minimal) true;
work = lib.mkIf (!minimal) true;