new domain :DDD

This commit is contained in:
Kopatz
2024-06-16 20:47:29 +02:00
parent 4210dae08d
commit 4c57ce446c
4 changed files with 16 additions and 6 deletions

View File

@@ -45,9 +45,7 @@
tpm.enable = true;
tablet.enable = true;
};
services = {
opensnitch.enable = true;
};
services = { opensnitch.enable = true; };
graphical = {
audio.enable = true;
code = {
@@ -92,6 +90,14 @@
}
];
# fix index
services.xserver.extraConfig = ''
Section "Monitor"
Identifier "DisplayPort-1"
Option "PreferredMode" "2880x1600"
EndSection
'';
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;