mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates and zfs tweaks
This commit is contained in:
parent
c8c4be8737
commit
a10344afbb
5 changed files with 18 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue