added disks to tunyon

This commit is contained in:
twoneis 2024-07-21 01:58:39 +02:00
parent ca9601459c
commit f839e37b9b
3 changed files with 10 additions and 6 deletions

View file

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