Added update script

This commit is contained in:
Jan-Bulthuis 2025-05-29 20:37:12 +02:00
parent 6c74dcbc22
commit a745b35c84

View File

@ -44,6 +44,12 @@ 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")
];
# Enable qemu guest agent # Enable qemu guest agent
services.qemuGuest.enable = true; services.qemuGuest.enable = true;