initial pmm

This commit is contained in:
Vivian 2022-11-04 14:25:13 +01:00
parent de4cb654af
commit 331c483802
11 changed files with 149 additions and 18 deletions

View file

@ -85,6 +85,10 @@ in
# loader.systemd-boot.configurationLimit = 6;
loader.efi.canTouchEfiVariables = true;
loader.efi.efiSysMountPoint = "/boot/efi";
kernel.sysctl = {
"fs.inotify.max_user_watches" = 524288;
};
};
services.gnome.gnome-keyring.enable = true;