Compare commits

..

No commits in common. "2263671c67c63c95eac2c3f1acb324055bee45a2" and "52d7f68cf7d4e9f8ee945c9bfde206a70412ddeb" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,4 @@
DIR=$(HOME)/Projects/zion
switch:
nixos-rebuild switch --fast --target-host root@zion \
--build-host root@zion --flake path://$(DIR)#zion
nixos-rebuild switch --fast --target-host root@zion --flake path://$(PWD)#zion
.DEFAULT_GOAL := switch

View File

@ -61,7 +61,6 @@ in {
systemctl restart syncthing
systemctl restart radicale
systemctl restart gitea
systemctl restart podman-openbooks
'';
serviceConfig.Type = "oneshot";
requires = [ "sata-hat.service" ];