mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
This commit is contained in:
parent
0848f04326
commit
04ab8d309f
18 changed files with 2546 additions and 451 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue