auto: bootstrapping sparky

This commit is contained in:
Sam 2024-05-23 14:02:11 +01:00
parent d60e28ad17
commit 41f9d12c88
2 changed files with 5 additions and 5 deletions

View File

@ -58,11 +58,11 @@
"nix-secrets": { "nix-secrets": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1716466093, "lastModified": 1716469326,
"narHash": "sha256-B0mG+hGm8GORE7Ect7VVLM6u9yQ5678VpId9AsspMeA=", "narHash": "sha256-Y/oaOb0bR3VECHznlAh16DpTqDy54Ldhvupu9AOqF6E=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "df65c3c791df7ad2e46a6917d3a75121138895de", "rev": "be937cfd892ca1a027982f2a94f6b035623353c7",
"revCount": 29, "revCount": 33,
"type": "git", "type": "git",
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git" "url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
}, },

View File

@ -59,7 +59,7 @@ sed -i "{
/&hosts:/{n; p; s/\(.*- &\).*/\1$hostname $HOST_AGE_KEY/} /&hosts:/{n; p; s/\(.*- &\).*/\1$hostname $HOST_AGE_KEY/}
}" $SOPS_FILE }" $SOPS_FILE
just update-sops-secrets just update-sops-secrets && just update-flake-secrets && just update-flake
# Install Nixos to target # Install Nixos to target
cd "$HOME/nixos" cd "$HOME/nixos"