dont double qute
This commit is contained in:
parent
5e02d6fdf8
commit
a2b95c89b9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
services.nix-serve = {
|
services.nix-serve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
secretKeyFile = ""${./init/cache.pem}"";
|
secretKeyFile = "${./init/cache.pem}";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue