add flake to user config

This commit is contained in:
death916 2025-05-12 06:19:27 +00:00
parent 689594371b
commit f725b33fbb

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"];
nix.settings.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";