Commit 0c091df17bf8

Vincent Demeester <vincent@sbr.pm>
2022-08-21 11:23:29
systems/wakasu: localCaches is empty by default
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d3806c9
Changed files (1)
systems
systems/hosts/wakasu.nix
@@ -66,11 +66,6 @@ in
     SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{capacity}=="[0-5]", RUN+="${pkgs.systemd}/bin/systemctl hibernate"
   '';
 
-  core.nix = {
-    # temporary or not
-    localCaches = [ ];
-  };
-
   modules = {
     editors.emacs.enable = true;
     hardware = {