Edit alpheratz config
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user