updates
This commit is contained in:
parent
c962a5e186
commit
05ac4f2b9a
3 changed files with 2 additions and 4 deletions
|
@ -23,7 +23,7 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [ 3900 3901 3902 ];
|
||||
|
||||
# Defines rpc_secret
|
||||
systemd.services.garage.serviceConfig.EnvironmentFile = "${vs.garage}/environment";
|
||||
systemd.services.garage.serviceConfig.EnvironmentFile = [ "${vs.garage}/environment" ];
|
||||
|
||||
services.garage = {
|
||||
enable = true;
|
||||
|
|
|
@ -16,8 +16,6 @@ in
|
|||
{
|
||||
imports = [ ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" ];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue