Remove lemp11 configuration
All checks were successful
/ check (push) Successful in 1m17s

Migrated to Nixbook. https://github.com/mkellyxp/nixbook
This commit is contained in:
Oliver Davies 2025-08-14 07:38:17 +01:00
parent 23a1745906
commit c9b82b99fe
7 changed files with 0 additions and 150 deletions

View file

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