add gita
This commit is contained in:
parent
165b02ecb4
commit
8dbf38634f
3 changed files with 10 additions and 5 deletions
|
@ -99,12 +99,16 @@ in
|
||||||
target = "~/dev/home-manager-utils";
|
target = "~/dev/home-manager-utils";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
source = "gitlab@gitlab.ingolf-wagner.de:palo/nixos-config.git";
|
source = "gitea@git.ingolf-wagner.de:palo/nixos-config.git";
|
||||||
target = "~/dev/nixos-config";
|
target = "~/dev/nixos/config";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
source = "gitlab@gitlab.ingolf-wagner.de:palo/nixos-secrets.git";
|
source = "gitea@git.ingolf-wagner.de:palo/nixos-private-assets.git";
|
||||||
target = "~/dev/nixos-secrets";
|
target = "~/dev/nixos/private_assets";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
source = "gitea@git.ingolf-wagner.de:palo/nixos-secrets.git";
|
||||||
|
target = "~/dev/nixos/secrets";
|
||||||
}
|
}
|
||||||
# terranix
|
# terranix
|
||||||
{
|
{
|
||||||
|
|
|
@ -103,7 +103,7 @@ projects =
|
||||||
}
|
}
|
||||||
, Project
|
, Project
|
||||||
{ projectName = "nixos"
|
{ projectName = "nixos"
|
||||||
, projectDirectory = "~/dev/krops"
|
, projectDirectory = "~/dev/nixos/nixos-config"
|
||||||
, projectStartHook = Nothing
|
, projectStartHook = Nothing
|
||||||
}
|
}
|
||||||
, Project
|
, Project
|
||||||
|
|
|
@ -313,6 +313,7 @@ in
|
||||||
units
|
units
|
||||||
|
|
||||||
hub # for github
|
hub # for github
|
||||||
|
gita
|
||||||
|
|
||||||
(writeShellScriptBin "ingdiba-security" ''
|
(writeShellScriptBin "ingdiba-security" ''
|
||||||
first=$1
|
first=$1
|
||||||
|
|
Loading…
Reference in a new issue