Marisa: removed initrd kernel modules that are not required

This commit is contained in:
2021-05-25 23:34:11 +05:30
parent a22f0e6bc7
commit 94ed8dba17
16 changed files with 135 additions and 191 deletions

View File

@@ -12,7 +12,7 @@
enable = true;
extraRules = [
{
users = [ "ottan" ];
users = [ ];
keepEnv = true;
persist = true;
}
@@ -22,10 +22,8 @@
fonts.fonts = with pkgs; [
fira-mono
];
users.users.ottan = {
isNormalUser = true;
shell = pkgs.zsh;
home = "/home/ottan";
extraGroups = [ "wheel" ];
};
documentation.enable = false;
users.extraUsers.root = {
shell = pkgs.zsh;
};
}