Compare commits
2 Commits
52d7f68cf7
...
2263671c67
Author | SHA1 | Date |
---|---|---|
coolneng | 2263671c67 | |
coolneng | 63b442c6c9 |
5
Makefile
5
Makefile
|
@ -1,4 +1,7 @@
|
|||
DIR=$(HOME)/Projects/zion
|
||||
|
||||
switch:
|
||||
nixos-rebuild switch --fast --target-host root@zion --flake path://$(PWD)#zion
|
||||
nixos-rebuild switch --fast --target-host root@zion \
|
||||
--build-host root@zion --flake path://$(DIR)#zion
|
||||
|
||||
.DEFAULT_GOAL := switch
|
||||
|
|
|
@ -61,6 +61,7 @@ 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