flake: export Disko configurations

This commit is contained in:
Gabriel Arazas 2024-02-27 21:06:12 +08:00
parent 7e9b400f62
commit 542f5a64d6
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,7 @@
./templates.nix
# The environment configurations.
./disko.nix
./home-manager.nix
./nixos.nix
./nixvim.nix

View File

@ -0,0 +1,8 @@
{ ... }:
{
setups.disko.configs = {
archive = ../disko/archive;
external-hdd = ../disko/external-hdd;
};
}