Edit alpheratz config

This commit is contained in:
Ethan Simmons
2025-12-17 12:02:43 -06:00
parent 08117133ce
commit ffeaa645f6
3 changed files with 17 additions and 2 deletions

View File

@@ -69,6 +69,7 @@
discord
wine
matlab-language-server
zoom-us
];
services.printing.enable = false;
@@ -77,6 +78,7 @@
nssmdns4 = true;
openFirewall = true;
};
services.flatpak.enable = true;
programs.ssh.forwardX11 = true;
programs.ssh.setXAuthLocation = true;
@@ -94,6 +96,12 @@
"/".options = [ "compress=zstd" ];
"/home".options = [ "compress=zstd" ];
"/nix".options = [ "compress=zstd" "noatime" ];
"/mnt/drive0" = {
device = "/dev/sr0";
fsType = "auto";
mountPoint = "/mnt/drive0";
options = [ "ro" "user" "noauto" "unhide" ];
};
};
networking.wg-quick.interfaces = {