Compare commits

..

3 Commits

Author SHA1 Message Date
nyanloutre 2b9d525a50
fix browserpass in Firefox 2024-07-29 20:23:06 +02:00
nyanloutre 43e14afa38
disable old HDD mount 2024-07-29 20:22:42 +02:00
nyanloutre 114fae331f
fix Epomaker Fn keys 2024-07-29 20:20:22 +02:00
3 changed files with 8 additions and 5 deletions

View File

@ -28,6 +28,9 @@
]; ];
boot.tmp.useTmpfs = false; boot.tmp.useTmpfs = false;
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];
boot.extraModprobeConfig = ''
options hid_apple fnmode=2
'';
virtualisation.podman.enable = true; virtualisation.podman.enable = true;

View File

@ -40,10 +40,10 @@
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/mnt/hdd" = # fileSystems."/mnt/hdd" =
{ device = "/dev/mapper/ManjaroVG-ManjaroRoot"; # { device = "/dev/mapper/ManjaroVG-ManjaroRoot";
fsType = "ext4"; # fsType = "ext4";
}; # };
fileSystems."/mnt/medias" = fileSystems."/mnt/medias" =
{ device = "10.30.0.1:/mnt/medias"; { device = "10.30.0.1:/mnt/medias";

View File

@ -17,7 +17,6 @@
ledger-live-desktop ledger-live-desktop
monero-gui monero-gui
firefox
tor-browser-bundle-bin tor-browser-bundle-bin
brave brave
@ -73,6 +72,7 @@
console.keyMap = "fr"; console.keyMap = "fr";
programs.steam.enable = true; programs.steam.enable = true;
programs.firefox.enable = true;
security.rtkit.enable = true; security.rtkit.enable = true;