make more room on ruil

This commit is contained in:
Hunter Haugen 2026-05-12 08:18:34 -07:00
parent 73b91347ec
commit 8b673159c2
Signed by: hunner
GPG key ID: EF99694AA599DDAD
2 changed files with 25 additions and 38 deletions

View file

@ -177,12 +177,8 @@
nixosConfigurations.ruil = nixpkgs-25-11.lib.nixosSystem {
inherit system;
specialArgs = {
inherit openclaw-flake;
};
modules = [
({ ... }: { nixpkgs.overlays = [ overlay-unstable overlay-etherpad-fixes overlay-local openclaw-flake.overlays.default ]; })
home-manager.nixosModules.home-manager
({ ... }: { nixpkgs.overlays = [ overlay-unstable overlay-etherpad-fixes overlay-local ]; })
./hosts/ruil/configuration.nix
sops-nix.nixosModules.sops
];