feat: adds packages, import dns file; chore: cleanup some zfs stuff

This commit is contained in:
Ahwx 2025-05-17 18:20:19 +02:00
parent c6601da4e0
commit c4a99482cf

View file

@ -16,6 +16,7 @@ in
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./variables.nix ./variables.nix
./dns.nix
./../../modules/core/default.router.nix ./../../modules/core/default.router.nix
]; ];
@ -87,20 +88,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kitty.terminfo kitty.terminfo
zfs tcpdump
dnsutils
]; ];
networking.hostId = "8ddb2a9b";
services.zfs = {
autoScrub.enable = true;
trim.enable = true;
};
# boot.zfs.extraPools = [ "terrabite" ];
# fileSystems."/terrabite/main" = {
# device = "terrabite/main";
# fsType = "zfs";
# };
} }