Start to refactor nixedo homelab configuration

This commit is contained in:
Oliver Davies 2025-08-13 22:47:14 +01:00
parent 8505535291
commit 12adda4be4
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
flake.modules.nixos."nixosConfigurations/nixedo".imports = with config.flake.modules.nixos; [
pc
];
}