updates and zfs tweaks

This commit is contained in:
Rouven Seifert 2023-01-28 22:28:56 +01:00
parent c8c4be8737
commit a10344afbb
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 18 additions and 9 deletions

View file

@ -21,6 +21,7 @@
};
services.zfs.autoScrub.enable = true;
services.zfs.autoSnapshot.enable = true;
services.zfs.trim.enable = true;
time.timeZone = "Europe/Berlin";
@ -35,7 +36,7 @@
environment.systemPackages = with pkgs; [
vim
wget
htop
htop-vim
];
programs.git = {
enable = true;

View file

@ -76,6 +76,8 @@
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
};
programs.steam.enable = true; # putting steam in here cause in home manager it doesn't work
@ -100,7 +102,7 @@
wget
gcc
git
htop
htop-vim
dig
traceroute
killall