mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Minor updates and got all systems to build!
This commit is contained in:
parent
52ce2d1cb1
commit
25b7cbb919
13 changed files with 336 additions and 164 deletions
|
@ -6,5 +6,8 @@
|
|||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
|
||||
$SCRIPT_DIR/sync-system.sh
|
||||
$SCRIPT_DIR/sync-user.sh
|
||||
# Rebuild system
|
||||
sudo nixos-rebuild switch --flake $SCRIPT_DIR/..;
|
||||
|
||||
# Refresh
|
||||
$SCRIPT_DIR/sync-posthook.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue