fix biceps systemd units failing on activation

This commit is contained in:
Daniel Olsen
2024-09-03 13:00:12 +02:00
parent b4c602e31c
commit 8418cc016c
2 changed files with 3 additions and 26 deletions

View File

@@ -7,8 +7,6 @@
../../misc/metrics-exporters.nix
./services/nginx
./acmeCert.nix
./services/mysql.nix
./services/postgres.nix
./services/mysql.nix
@@ -36,6 +34,9 @@
anyInterface = true;
};
# There are no smart devices
services.smartd.enable = false;
# Do not change, even during upgrades.
# See https://search.nixos.org/options?show=system.stateVersion
system.stateVersion = "22.11";