mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds packages, import dns file; chore: cleanup some zfs stuff
This commit is contained in:
parent
c6601da4e0
commit
c4a99482cf
1 changed files with 3 additions and 15 deletions
|
|
@ -16,6 +16,7 @@ in
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./variables.nix
|
||||
./dns.nix
|
||||
./../../modules/core/default.router.nix
|
||||
];
|
||||
|
||||
|
|
@ -87,20 +88,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
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";
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue