Start to refactor nixedo homelab configuration
This commit is contained in:
parent
8505535291
commit
12adda4be4
2 changed files with 10 additions and 1 deletions
7
modules2/hosts/nixedo/imports.nix
Normal file
7
modules2/hosts/nixedo/imports.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."nixosConfigurations/nixedo".imports = with config.flake.modules.nixos; [
|
||||
pc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue