diff --git a/system.nix b/system.nix index c9a6a6e..3628fd9 100644 --- a/system.nix +++ b/system.nix @@ -10,7 +10,7 @@ time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8"; - boot.tmpOnTmpfs = true; + #boot.tmpOnTmpfs = true; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;