diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index df609f1..6caccbf 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -28,6 +28,9 @@ ]; boot.tmp.useTmpfs = false; boot.supportedFilesystems = [ "zfs" ]; + boot.extraModprobeConfig = '' + options hid_apple fnmode=2 + ''; virtualisation.podman.enable = true; diff --git a/systems/PC-Fixe/hardware-configuration.nix b/systems/PC-Fixe/hardware-configuration.nix index 1deb602..97fc3ee 100644 --- a/systems/PC-Fixe/hardware-configuration.nix +++ b/systems/PC-Fixe/hardware-configuration.nix @@ -40,10 +40,10 @@ fsType = "zfs"; }; - fileSystems."/mnt/hdd" = - { device = "/dev/mapper/ManjaroVG-ManjaroRoot"; - fsType = "ext4"; - }; + # fileSystems."/mnt/hdd" = + # { device = "/dev/mapper/ManjaroVG-ManjaroRoot"; + # fsType = "ext4"; + # }; fileSystems."/mnt/medias" = { device = "10.30.0.1:/mnt/medias"; diff --git a/systems/common-gui.nix b/systems/common-gui.nix index b58f9d4..99b065c 100644 --- a/systems/common-gui.nix +++ b/systems/common-gui.nix @@ -17,7 +17,6 @@ ledger-live-desktop monero-gui - firefox tor-browser-bundle-bin brave @@ -73,6 +72,7 @@ console.keyMap = "fr"; programs.steam.enable = true; + programs.firefox.enable = true; security.rtkit.enable = true;