replace pi with openclaw (#60)

This commit is contained in:
Hari 2026-04-03 11:16:16 -04:00 committed by GitHub
parent be2370f406
commit 630ec774ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 160 additions and 114 deletions

View file

@ -18,7 +18,7 @@ in
./vaultwarden.nix
./forgejo.nix
./betternas.nix
./pi-agent.nix
./openclaw-gateway.nix
../../modules/base.nix
(modulesPath + "/profiles/minimal.nix")
(modulesPath + "/profiles/headless.nix")
@ -114,7 +114,6 @@ in
environment.systemPackages = packageSets.extras ++ [
pkgs.chromium
pkgs.dtach
pkgs.php
];