nix/sync.sh

16 lines
332 B
Bash
Raw Normal View History

2022-10-28 01:03:45 +00:00
#!/bin/sh
# this is mostly stolen from my wife :)
git pull
cp -r /etc/nixos/ ./backup
2023-03-15 22:44:26 +00:00
sudo cp -r ./configuration.nix ./flake.nix /etc/nixos/
2022-10-28 01:03:45 +00:00
2023-04-16 15:03:08 +00:00
cd /etc/nixos/
2023-09-28 23:47:31 +00:00
sudo nix flake update --extra-experimental-features nix-command --extra-experimental-features flakes
2023-04-16 15:03:08 +00:00
2023-09-28 23:47:31 +00:00
sudo nixos-rebuild switch --upgrade --impure --flake .#queer-utopia