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