mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
laptop: Reconfigure mounts
This commit is contained in:
parent
03f91f3817
commit
6fc8040197
3 changed files with 9 additions and 27 deletions
|
|
@ -69,13 +69,6 @@ in
|
|||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
|
||||
# btrfs options
|
||||
fileSystems = {
|
||||
"/".options = [ "compress=zstd" ];
|
||||
"/home".options = [ "compress=zstd" ];
|
||||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
|
||||
boot.kernel.sysctl."kernel.sysrq" = 244;
|
||||
|
||||
boot.plymouth = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue