add script to put bash on ecores

This commit is contained in:
Sean Buckley 2023-01-16 20:53:05 -05:00
parent 629af4e3fe
commit 4556e8d6a4

View file

@ -31,6 +31,10 @@ in
"/var/log/journal"
];
programs.bash.interactiveShellInit = ''
alias eco='taskset -p ff000 $$'
'';
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;