home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3bb91a769c43f9b82202c341ae0d255322024e6d
parent 5e418c220920ee2072db93745fe44e8aa1b5ea91
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 21 Apr 2021 16:54:34 +0200

systems/hokkaido: remove tmpOnTmpfs fix

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/hokkaido.nix | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/systems/hosts/hokkaido.nix b/systems/hosts/hokkaido.nix @@ -50,9 +50,6 @@ in plymouth.enable = true; }; - # FIXME Fix tmpOnTmpfs - # systemd.additionalUpstreamSystemUnits = [ "tmp.mount" ]; - boot.binfmt.registrations = { s390x-linux = { # interpreter = getEmulator "s390x-linux";