fix config error, fix update script, add flake check,

This commit is contained in:
2025-05-30 11:37:38 +02:00
parent cea729933d
commit db9e5a37cf
3 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# First, run a check to see if the flake is valid
nix flake check
# Rebuild the system
sudo nixos-rebuild switch --flake ./#default