Variablize username in home, add more protections to Firefox/Librewolf's config

This commit is contained in:
Jimbo 2024-11-29 13:53:06 -05:00
parent 137a9ab6d9
commit f4acc6c10d
4 changed files with 57 additions and 20 deletions

View file

@ -51,11 +51,11 @@
subvolumes = {
"/root" = {
mountpoint = "/";
mountOptions = [ "compress=zstd" "noatime" "ssd" ];
mountOptions = [ "compress=zstd" "noatime" "ssd" "noexec" ];
};
"/prev" = {
mountpoint = "/prev";
mountOptions = [ "compress=zstd" "noatime" "ssd" ];
mountOptions = [ "compress=zstd" "noatime" "ssd" "noexec" ];
};
"/nix" = {
mountpoint = "/nix";