5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Rebuilding system..."
|
||
|
|
sudo nixos rebuild switch --flake ~/.config/nixos/
|