From c3fa8be13a2d1d4b70a672fb07c9e281de40a5c7 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Tue, 31 Oct 2023 22:38:43 +0100 Subject: [PATCH] akamanto: 9 out of 10 dieticians strongly discourage doing this to your system the remmaining one fits your system closure on an sdcard in an SBC that came with the device, with room to spare --- nixos/akamanto/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nixos/akamanto/default.nix b/nixos/akamanto/default.nix index 4a37bd2..90b463d 100644 --- a/nixos/akamanto/default.nix +++ b/nixos/akamanto/default.nix @@ -118,11 +118,21 @@ in { services.openssh.settings.PasswordAuthentication = lib.mkForce true; services.openssh.settings.PermitRootLogin = lib.mkForce "yes"; - environment.systemPackages = with pkgs; [ alsa-utils wlr-randr ]; hardware.opengl.enable = true; # diet boot.binfmt.emulatedSystems = lib.mkForce [ ]; + environment.systemPackages = with pkgs; lib.mkForce [ coreutils zsh bashInteractive nix systemd gnugrep + (glibcLocales.override { + allLocales = false; + locales = [ "en_US.UTF-8/UTF-8" "en_CA.UTF-8/UTF-8" "en_DK.UTF-8/UTF-8" ]; + }) + ]; + programs.nix-index.enable = lib.mkForce false; + services.journald.extraConfig = '' + Storage=volatile + ''; + systemd.coredump.enable = false; services.lvm.enable = lib.mkForce false; # strictly printer stuff below ## uncomment if you need manual config changes