switched to btrfs

This commit is contained in:
Rouven Seifert 2023-02-16 22:08:44 +01:00
parent 55611013b7
commit 2751a9750c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 59 additions and 49 deletions

View file

@ -15,8 +15,7 @@
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
supportedFilesystems = [ "zfs" ];
kernelPackages = pkgs.linuxPackages_latest;
};
time.timeZone = "Europe/Berlin";
@ -80,8 +79,7 @@
printing.enable = true;
fprintd.enable = true; # log in using fingerprint
openssh.enable = true; # enabled ssh to have the host keys
zfs.autoScrub.enable = true; # periodically check filesystem and repair it
zfs.trim.enable = true; # weekly ssd trimming
btrfs.autoScrub.enable = true; # periodically check filesystem and repair it
};
programs.steam.enable = true; # putting steam in here cause in home manager it doesn't work