mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue