Compare commits

..

No commits in common. "ec002467fa40ead35e4f899dbe524f6685dc389a" and "d53e395d4216972906c6ef25ba8870180c0d9fbf" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

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

View File

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