summaryrefslogtreecommitdiff
path: root/host/obelix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/obelix.nix')
-rw-r--r--host/obelix.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/host/obelix.nix b/host/obelix.nix
index 8c06132..477819c 100644
--- a/host/obelix.nix
+++ b/host/obelix.nix
@@ -24,16 +24,6 @@
} ];
};
- systemd.services.spin-down-storage = {
- enable = true;
- description = "Spin down storage drive";
- serviceConfig = {
- Type = "oneshot";
- ExecStart = "${pkgs.hdparm}/bin/hdparm -q -S 120 -y /dev/disk/by-label/storage";
- };
- wantedBy = [ "multi-user.target" ];
- };
-
networking = {
hostName = "obelix";
firewall.enable = false;