hosts/helios: add initial disko config

This commit is contained in:
2025-08-23 21:39:28 +01:00
parent 6ea925eb7d
commit 2cbacf93b6
2 changed files with 104 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
inputs,
pkgs,
lib,
...
@@ -9,7 +10,9 @@ let
in
{
imports = [
inputs.disko.nixosModules.disko
./hardware-configuration.nix
./disko-config.nix
../desktop.nix
../../users/jordan
];