added diskstation
parent
1c921125dc
commit
249be1b40f
|
@ -11,6 +11,7 @@
|
||||||
let
|
let
|
||||||
mapConf = pkgs.writeText "auto" ''
|
mapConf = pkgs.writeText "auto" ''
|
||||||
keepass -fstype=davfs,uid=1000 :https\://davs.home.boehmies.de/home/Drive/
|
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
|
in
|
||||||
''
|
''
|
||||||
|
@ -18,6 +19,9 @@
|
||||||
'';
|
'';
|
||||||
debug = true;
|
debug = true;
|
||||||
};
|
};
|
||||||
|
environment.etc."davfs2/certs/diskstation.pem" = {
|
||||||
|
text = builtins.readFile ./diskstation.pem;
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.moritz = {
|
home-manager.users.moritz = {
|
||||||
services.unison = {
|
services.unison = {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue