mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(seafile): declaratively configure
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
imports = [
|
||||
<niveum/modules/seafile.nix>
|
||||
<niveum/modules/dropbox.nix>
|
||||
];
|
||||
|
||||
niveum = {
|
||||
dropbox.enable = true;
|
||||
seafile.enable = true;
|
||||
};
|
||||
|
||||
system.activationScripts.home-symlinks = ''
|
||||
|
||||
Reference in New Issue
Block a user