diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:19 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:19 -0600 |
| commit | 605dc67c6633d358d5ed1ccb9e7009d1a8ab4246 (patch) | |
| tree | 79dacc023edb8e2f286434e06c7cc92b71d7a9d4 /hosts/mercury/nixos.nix | |
| parent | c29a14135736c2516bb5d951e6e97dc8143598db (diff) | |
comment out ai
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 932fdb0..22ea90b 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -1,13 +1,12 @@ { lib, - pkgs, inputs, ... }: { imports = [ ./disks.nix ./battery.nix - ./ai.nix + # ./ai.nix inputs.nixos-facter-modules.nixosModules.facter inputs.lanzaboote.nixosModules.lanzaboote |
