added diskstation

dev-docs
Moritz Böhme 2021-09-14 23:04:13 +02:00
parent 1c921125dc
commit 249be1b40f
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
let
mapConf = pkgs.writeText "auto" ''
keepass -fstype=davfs,uid=1000 :https\://davs.home.boehmies.de/home/Drive/
diskstation -fstype=davfs,uid=1000 :https\://192.168.0.2\:5006/home/Drive/
'';
in
''
@ -18,6 +19,9 @@
'';
debug = true;
};
environment.etc."davfs2/certs/diskstation.pem" = {
text = builtins.readFile ./diskstation.pem;
};
home-manager.users.moritz = {
services.unison = {

Binary file not shown.