aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-22 11:03:25 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-22 11:03:25 +0200
commit2f912ce4afa9d63333b9e9dfbca952c0d8809f3a (patch)
treedbec12fc32ecc4df92c53ed84d76c4ed3098740e
parentbe9786fc1da38b5c850e93541ebe797a0f7f1d74 (diff)
downloadnixos-2f912ce4afa9d63333b9e9dfbca952c0d8809f3a.tar.zst
Network mounts only after graphical target
Diffstat (limited to '')
-rw-r--r--roles/shared.nix2
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"
];
};