add a bunch of zfs stuff

This commit is contained in:
2026-05-20 21:07:51 +03:00
parent 4ac7e7f0b2
commit df6c13b25b
2 changed files with 9 additions and 1 deletions

View File

@@ -21,10 +21,11 @@
};
};
users.groups.kyren = {};
users.users.kyren = {
isNormalUser = true;
description = "Kyren";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "kyren" "networkmanager" "wheel" "docker" ];
shell = pkgs.zsh;
};
@@ -199,4 +200,9 @@
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="0666", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
SUBSYSTEM=="usb", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="d030", MODE="0666", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
'';
# Disk health monitoring
services.smartd.enable = true;
services.syncoid.enable = true;
services.sanoid.enable = true;
}

View File

@@ -84,6 +84,8 @@
libsodium.dev
libsodium.out
python313Packages.libnacl
# syncoid # ZFS Syncing across pools
sanoid # ZFS Scheduled snapshots
# Communication
wasistlos # Whatsapp