Compare commits
2 Commits
50df6944ea
...
001a293264
Author | SHA1 | Date |
---|---|---|
coolneng | 001a293264 | |
coolneng | 4ec5710dba |
|
@ -2,7 +2,7 @@
|
|||
description = "System configuration for zion";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "nixpkgs/nixos-22.11";
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
@ -49,6 +49,7 @@ in {
|
|||
requires = [ "systemd-udev-settle.service" ];
|
||||
after = [ "systemd-udev-settle.service" ];
|
||||
conflicts = [ "umount.target" ];
|
||||
requiredBy = [ "syncthing.service" "radicale.service" "gitea.service" ];
|
||||
};
|
||||
|
||||
# HACK: restart services dependent on ZFS afer mount
|
||||
|
|
|
@ -200,5 +200,6 @@
|
|||
"radicale.service"
|
||||
"dendrite.service"
|
||||
"phpfpm-wallabag.service"
|
||||
"systemd-tmpfiles-setup.service"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue