Disable backscrub

This commit is contained in:
Erwin Boskma 2022-01-06 12:30:32 +01:00
parent 5eaf923ea1
commit f04c7d0d64
Signed by: erwin
GPG key ID: 270B20D17394F7E5
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
imports = [ ./hardware-configuration.nix ../../users/erwin ../../users/root ];
eboskma = {
backscrub.enable = true;
# backscrub.enable = true;
base = {
plymouth.enable = true;
work = false;

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "floe";
repo = "backscrub";
rev = "6fc5d8d6c022ad38f98d90a24b861f12a8773a47";
rev = "9de1512e191d67f9b7451447cc232b56e8666907";
fetchSubmodules = false;
sha256 = "14gd77m7dy0wg15y0i8zhki8cm7np2spx7yi162b2xqaav04b1cj";
};