mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
add flake to user config
This commit is contained in:
parent
83ab0de8a7
commit
689594371b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue