flake #4

Merged
rc merged 1 commit from push-kxovyrpqsxkp into main 2026-03-21 10:06:58 +00:00
Owner
No description provided.
rc force-pushed push-kxovyrpqsxkp from 4c52b57fee to c61f5fce6f 2026-03-18 19:01:02 +00:00 Compare
Author
Owner

howto use

inputs.eco.url = "ssh+git://forgejo@git.rcast.dev/rc/eco";
inputs.eco.inputs.nixpkgs.follows = "nixpkgs";

outputs = { self, nixpkgs, eco, ... }: {
  nixosConfigurations.yourHost = nixpkgs.lib.nixosSystem {
    system = "x86_64-linux";
    modules = [
      eco.nixosModules.eco
      {
        services.eco.enable = true;
        networking.firewall.allowedTCPPorts = [ 9172 ];
      }
    ];
  };
};
howto use ```nix inputs.eco.url = "ssh+git://forgejo@git.rcast.dev/rc/eco"; inputs.eco.inputs.nixpkgs.follows = "nixpkgs"; outputs = { self, nixpkgs, eco, ... }: { nixosConfigurations.yourHost = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ eco.nixosModules.eco { services.eco.enable = true; networking.firewall.allowedTCPPorts = [ 9172 ]; } ]; }; }; ```
rc force-pushed push-kxovyrpqsxkp from c61f5fce6f to c783f52c3e 2026-03-21 10:00:31 +00:00 Compare
rc merged commit 052267f501 into main 2026-03-21 10:06:58 +00:00
rc deleted branch push-kxovyrpqsxkp 2026-03-21 10:06:58 +00:00
rc referenced this pull request from a commit 2026-03-21 10:06:59 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rc/eco!4
No description provided.