diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index 6caccbf..df609f1 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -28,9 +28,6 @@ ]; 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 97fc3ee..1deb602 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 99b065c..b58f9d4 100644 --- a/systems/common-gui.nix +++ b/systems/common-gui.nix @@ -17,6 +17,7 @@ ledger-live-desktop monero-gui + firefox tor-browser-bundle-bin brave @@ -72,7 +73,6 @@ console.keyMap = "fr"; programs.steam.enable = true; - programs.firefox.enable = true; security.rtkit.enable = true;