diff options
author | makefu <github@syntax-fehler.de> | 2016-01-16 02:01:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-16 02:01:48 +0100 |
commit | 7cf54a1d791fff716968a145feb55f28b84aef76 (patch) | |
tree | c140efc5965c2b4a74c1a479b7867148ea9bb4c6 /makefu/2configs/smart-monitor.nix | |
parent | 3bb965c3f071f30a2ac381fb18cb2da5603193a3 (diff) | |
parent | 0c1c54e728d8838b184d43a9adb67f4258a21569 (diff) |
Merge branch 'master' of gum:stockholm
Diffstat (limited to 'makefu/2configs/smart-monitor.nix')
-rw-r--r-- | makefu/2configs/smart-monitor.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/makefu/2configs/smart-monitor.nix b/makefu/2configs/smart-monitor.nix index 9b0290a9b..a37969d3d 100644 --- a/makefu/2configs/smart-monitor.nix +++ b/makefu/2configs/smart-monitor.nix @@ -12,8 +12,6 @@ # short daily, long weekly, check on boot defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)"; - devices = lib.mkDefault [{ - device = "/dev/sda"; - }]; + devices = lib.mkDefault [ ]; }; } |