fix gnome search

This commit is contained in:
2025-01-01 18:57:04 +01:00
parent a1a3195601
commit 3b81478320
3 changed files with 9 additions and 9 deletions
-7
View File
@@ -7,7 +7,6 @@
#boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
# for testing only, not for building
# (from ./binfmt.nix)
boot.binfmt.addEmulatedSystemsToNixSandbox = false;
boot.binfmt.emulatedSystems = [
"aarch64-linux"
@@ -19,12 +18,6 @@
#nix.settings.extra-platforms = [ "i686-linux" ];
imports = [
{
/* disabledModules = [ "${modulesPath}/nixos/modules/system/boot/binfmt.nix" ]; */
disabledModules = [ "system/boot/binfmt.nix" ];
imports = [ ./../sopp/binfmt.nix ];
}
./hardware-configuration.nix
../../../profiles/sshd.nix
#../../../profiles/no-suspend.nix