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
main
Robert Gerus 2023-10-31 22:38:43 +01:00 committed by Ari Gato
parent 1e8c3b2725
commit c3fa8be13a
1 changed files with 11 additions and 1 deletions

View File

@ -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