Compare commits
2 commits
ee04de2655
...
1d2ac15172
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d2ac15172 | |||
| 8ea3c78aa0 |
2 changed files with 9 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ with lib.metacfg;
|
||||||
tipp10
|
tipp10
|
||||||
uv
|
uv
|
||||||
vscode
|
vscode
|
||||||
|
cider-2
|
||||||
];
|
];
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,14 @@
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
|
boot.kernelParams = [
|
||||||
|
"lockdown=confidentiality"
|
||||||
|
"quiet"
|
||||||
|
"splash"
|
||||||
|
"video=efifb:nobgrt"
|
||||||
|
"mitigations=off"
|
||||||
|
];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/050c9912-36c3-4a65-ba8b-ba68e5171e18";
|
device = "/dev/disk/by-uuid/050c9912-36c3-4a65-ba8b-ba68e5171e18";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue