diff options
-rw-r--r-- | flake.nix | 4 | ||||
-rw-r--r-- | usecases/server/default.nix | 1 |
2 files changed, 0 insertions, 5 deletions
@@ -110,10 +110,6 @@ | |||
110 | modules = [ | 110 | modules = [ |
111 | self.nixosModules.test | 111 | self.nixosModules.test |
112 | self.nixosModules.profiles.server | 112 | self.nixosModules.profiles.server |
113 | { | ||
114 | # SMARTD doesn't work in QEMU | ||
115 | services.smartd.enable = false; | ||
116 | } | ||
117 | ]; | 113 | ]; |
118 | }; | 114 | }; |
119 | }; | 115 | }; |
diff --git a/usecases/server/default.nix b/usecases/server/default.nix index 581906c..f32728a 100644 --- a/usecases/server/default.nix +++ b/usecases/server/default.nix | |||
@@ -8,6 +8,5 @@ inputs: | |||
8 | imports = [ | 8 | imports = [ |
9 | (import ./fail2ban.nix inputs) | 9 | (import ./fail2ban.nix inputs) |
10 | (import ./monitoring-target.nix inputs) | 10 | (import ./monitoring-target.nix inputs) |
11 | (import ./smartd.nix inputs) | ||
12 | ]; | 11 | ]; |
13 | } | 12 | } |