diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/shared.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/shared.nix b/roles/shared.nix index c6c0810..5372e6b 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -389,6 +389,7 @@ "passwd_file=${config.age.secrets.s3fs.path}" "x-systemd.automount" "x-systemd.after=network-online.target" + "x-systemd.after=graphical.target" ]; }; @@ -408,6 +409,7 @@ "passwd_file=${config.age.secrets.s3fs.path}" "x-systemd.automount" "x-systemd.after=network-online.target" + "x-systemd.after=graphical.target" ]; }; |
