Compare commits
No commits in common. "2263671c67c63c95eac2c3f1acb324055bee45a2" and "52d7f68cf7d4e9f8ee945c9bfde206a70412ddeb" have entirely different histories.
2263671c67
...
52d7f68cf7
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue