added diskstation
parent
1c921125dc
commit
249be1b40f
|
@ -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.
Loading…
Reference in New Issue