add flake to user config

This commit is contained in:
death916 2025-05-12 06:17:29 +00:00
parent 83ab0de8a7
commit 689594371b

View file

@ -20,7 +20,7 @@
];
services.lvm.enable = true;
services.lvm.boot.thin.enable = true; # Crucial for thin pools
experimental-features = [ "nix-command" "flakes"]
experimental-features = [ "nix-command" "flakes"];
# Mount for your media LV (from /dev/sdd via media VG)
fileSystems."/media" = {
device = "/dev/media/vm-101-disk-0";