1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: get rid of google drive

This commit is contained in:
Kierán Meinhardt
2020-10-18 14:01:57 +02:00
parent de761d60c1
commit 0ff450138f
3 changed files with 0 additions and 31 deletions

View File

@@ -1,17 +1,12 @@
{ config, lib, pkgs, ... }: {
imports = [
<niveum/modules/seafile.nix>
<niveum/modules/google-drive.nix>
<niveum/modules/dropbox.nix>
];
niveum = {
dropbox.enable = true;
seafile.enable = true;
google-drive = {
enable = true;
directory = "${config.users.users.me.home}/cloud/google";
};
};
system.activationScripts.home-symlinks = ''