mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
with lib;
|
||||
let cfg = config.niveum.seafile;
|
||||
in {
|
||||
options.niveum.seafile = {
|
||||
enable = mkEnableOption "Seafile";
|
||||
};
|
||||
options.niveum.seafile = { enable = mkEnableOption "Seafile"; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
systemd.user.services.seafile = {
|
||||
|
||||
Reference in New Issue
Block a user