diff options
-rw-r--r-- | vps-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vps-configuration.nix b/vps-configuration.nix index 06d0e29..a6b2c9c 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -379,7 +379,7 @@ in { serviceConfig = { Type = "oneshot"; }; }; "pires-prod" = { - enable = true; + enable = false; # Unit description = "Service for pires server deployment"; after = [ "network.target" ]; |