mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
5 lines
106 B
Nix
5 lines
106 B
Nix
|
|
{...}: {
|
||
|
|
services.udisks2.enable = true;
|
||
|
|
nix.settings.experimental-features = "nix-command flakes";
|
||
|
|
}
|