fixed certificate error
This commit is contained in:
parent
f57a99194e
commit
407bf46d5d
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
'';
|
||||
debug = true;
|
||||
};
|
||||
environment.etc."davfs2/certs/diskstation.pem" = {
|
||||
text = builtins.readFile ./diskstation.pem;
|
||||
environment.etc."davfs2/certs/home-boehmies-de.pem" = {
|
||||
text = builtins.readFile ./home-boehmies-de.pem;
|
||||
};
|
||||
|
||||
fileSystems."/media/media" = {
|
||||
|
|
Loading…
Reference in a new issue