Disable backscrub
This commit is contained in:
parent
5eaf923ea1
commit
f04c7d0d64
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||
src = fetchFromGitHub {
|
||||
owner = "floe";
|
||||
repo = "backscrub";
|
||||
rev = "6fc5d8d6c022ad38f98d90a24b861f12a8773a47";
|
||||
rev = "9de1512e191d67f9b7451447cc232b56e8666907";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "14gd77m7dy0wg15y0i8zhki8cm7np2spx7yi162b2xqaav04b1cj";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue