remove lighthouse

This commit is contained in:
TheWanderingCrow 2025-04-22 09:32:49 -04:00
parent 8c68d5cdd1
commit 33ca31c4fa
7 changed files with 0 additions and 116 deletions

View file

@ -1,15 +0,0 @@
{
lib,
config,
pkgs,
...
}: {
imports = [
../../modules
];
nixpkgs.hostPlatform = "x86_64-linux";
ricing.basic.enable = false;
user.lighthouse.enable = true;
}