enable binary cache
This commit is contained in:
parent
57d37d7229
commit
01418c1149
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nix-serve = {
|
||||||
|
enable = true;
|
||||||
|
secretKeyFile = "/var/cache-priv-key.pem";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
grim # screenshot functionality
|
grim # screenshot functionality
|
||||||
slurp # screenshot functionality
|
slurp # screenshot functionality
|
||||||
|
|
Loading…
Add table
Reference in a new issue