import disk config

This commit is contained in:
twoneis 2024-07-21 02:00:42 +02:00
parent f839e37b9b
commit 2306229a63

View file

@ -1,5 +1,6 @@
{ lib, config, pkgs, ... }: { { lib, config, pkgs, ... }: {
imports = [ imports = [
./disks.nix
./options.nix ./options.nix
]; ];