Merge remote-tracking branch 'origin/rossby'

This commit is contained in:
Jonas Juselius
2025-09-12 13:52:20 +02:00
7 changed files with 19 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ let
# }) {};
pkgs = import <nixpkgs> {};
manage = {
ekman-manage = {
deployment = {
tags = [ "manage" "ekman" ];
allowLocalDeployment = true;
@@ -22,4 +22,4 @@ let
fs-work = import ./fs-work { inherit pkgs; };
fs-backup = import ./fs-backup { inherit pkgs; };
in
{ inherit manage; } // login // c0 // c0x // c1 // fs-work // fs-backup
{ inherit ekman-manage; } // login // c0 // c0x // c1 // fs-work // fs-backup