Compare commits

...

2 Commits

Author SHA1 Message Date
Jan-Bulthuis
ec002467fa Updated secrets 2025-05-30 14:03:14 +02:00
Jan-Bulthuis
5a228cb375 Updated update script 2025-05-30 14:03:05 +02:00
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -161,11 +161,11 @@
},
"secrets": {
"locked": {
"lastModified": 1748558035,
"narHash": "sha256-2rcRntqj4l2TGvJfxcUqWk0fUQ/R2TXlzXsUUfAIhhE=",
"lastModified": 1748604762,
"narHash": "sha256-Gpr6HCNJbJz+x2Ia27v7K2hZeBU7Kikq1SGJT9J45Ho=",
"ref": "refs/heads/main",
"rev": "b79d30edaa496f13c2549507d54bbf6ec574e6c2",
"revCount": 2,
"rev": "5e4ecb86fd98f781b567c64b38a9b9522ecbe2a7",
"revCount": 4,
"type": "git",
"url": "ssh://gitea@git.bulthuis.dev/Jan/nixos-secrets"
},

View File

@ -53,7 +53,7 @@ in
# System packages
environment.systemPackages = with pkgs; [
# TODO: Make module for utilities/scripts
(writeShellScriptBin "system-update" "nixos-rebuild switch --flake git+https://git.bulthuis.dev/Jan/dotfiles")
(writeShellScriptBin "system-update" "nixos-rebuild switch --flake git+https://git.bulthuis.dev/Jan/nixos-config")
];
# Enable qemu guest agent