use srvos

This commit is contained in:
2025-06-18 20:16:36 -07:00
parent af7f2bba73
commit b17526a212
3 changed files with 40 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
username,
eth_interface,
service_configs,
options,
...
}:
{
@@ -38,6 +39,15 @@
hybrid-sleep.enable = false;
};
# srvos enables vim, i don't want to use vim, disable it here:
programs.vim =
{
defaultEditor = false;
}
// lib.optionalAttrs (options.programs.vim ? enable) {
enable = false;
};
powerManagement = {
powertop.enable = true;
enable = true;