mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-26 06:19:01 +00:00
flake: export Disko configurations
This commit is contained in:
parent
7e9b400f62
commit
542f5a64d6
@ -5,6 +5,7 @@
|
|||||||
./templates.nix
|
./templates.nix
|
||||||
|
|
||||||
# The environment configurations.
|
# The environment configurations.
|
||||||
|
./disko.nix
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
./nixos.nix
|
./nixos.nix
|
||||||
./nixvim.nix
|
./nixvim.nix
|
||||||
|
8
configs/flake-parts/disko.nix
Normal file
8
configs/flake-parts/disko.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
setups.disko.configs = {
|
||||||
|
archive = ../disko/archive;
|
||||||
|
external-hdd = ../disko/external-hdd;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user