This commit is contained in:
2022-07-09 18:18:15 +02:00
parent fe60c609e6
commit df1043ee38
6 changed files with 33 additions and 77 deletions

View File

@@ -61,7 +61,7 @@
primaryScreen = "C27F398";
enable = true;
};
sway.enable = true;
sway.enable = false;
alacritty.enable = true;
emacs.enable = true;
firefox.enable = true;
@@ -147,6 +147,8 @@
"clocksource=tsc"
"tsc=reliable"
"pci=noaer"
# Enable Apparmor
"lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
];
extraModulePackages = [ kernel.vendor-reset ];