revisions

This commit is contained in:
alsaiduq-lab 2025-10-07 00:52:19 -06:00
parent 005950d9ea
commit 08417f2299
21 changed files with 474 additions and 177 deletions

View file

@ -8,12 +8,20 @@
efi.canTouchEfiVariables = true;
timeout = 5;
};
tmp = {
cleanOnBoot = true;
};
tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackages;
consoleLogLevel = 3;
initrd.verbose = false;
kernelParams = [
"quiet"
"splash"
"boot.shell_on_fail"
"udev.log_priority=3"
"rd.systemd.show_status=auto"
];
};
# some people really like putting #/bin/sh or #/bin/bash
system.activationScripts.binbash = {
deps = [];
text = ''