mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
switched to btrfs
This commit is contained in:
parent
55611013b7
commit
2751a9750c
4 changed files with 59 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue