sterni redeployment.
This commit is contained in:
parent
96d584f481
commit
42bbcec8be
2 changed files with 5 additions and 4 deletions
|
@ -878,11 +878,11 @@
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1662108349,
|
"lastModified": 1663688404,
|
||||||
"narHash": "sha256-qZzm63tzvAuMD30plHfaTsb2tyZbqFv9NT/hy7JRYRQ=",
|
"narHash": "sha256-eGKtvyakb/6jncb5oQXa0c6usLvQ8DMDjr5LtBbpdzY=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "deec5460d8b298fd4733e766e144498a10883209",
|
"rev": "43bc5b41992e585f8b02a18c66b478fd165ed817",
|
||||||
"revCount": 31,
|
"revCount": 36,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://gitea@git.ingolf-wagner.de/palo/nixos-secrets.git"
|
"url": "ssh://gitea@git.ingolf-wagner.de/palo/nixos-secrets.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -155,6 +155,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
sterni = { name, nodes, pkgs, ... }: {
|
sterni = { name, nodes, pkgs, ... }: {
|
||||||
|
deployment.allowLocalDeployment = true;
|
||||||
deployment.targetHost = "${name}.private";
|
deployment.targetHost = "${name}.private";
|
||||||
deployment.tags = [ "desktop" "online" ];
|
deployment.tags = [ "desktop" "online" ];
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue