Compare commits

..

No commits in common. "2b9d525a50387a934d4470d9b9d3d5efe3f651f1" and "2772a3086d9cad2c3fc9d71d7aad99eca1059cd9" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View File

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

View File

@ -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";

View File

@ -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;