Add lemp11 and t490 hosts

This commit is contained in:
Oliver Davies 2025-07-23 19:26:21 +01:00
parent d305535b01
commit df5834fcaf
3 changed files with 31 additions and 6 deletions

View file

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

View file

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