diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-16 15:53:04 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-16 15:53:04 +0200 |
| commit | a85ab282ec8b9113cf842a584702c95b9f21dbd2 (patch) | |
| tree | a18bc8da002717a36d63ce1457ff5276031a9bec /roles/shared.nix | |
| parent | 296725b2025ffdd08d6f0115a5dc7248a9653cab (diff) | |
| download | nixos-a85ab282ec8b9113cf842a584702c95b9f21dbd2.tar.zst | |
Hardware accelerated cursor without nvidia and systemd.automount for mounts
Diffstat (limited to 'roles/shared.nix')
| -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 3169d58..675c63a 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -382,6 +382,7 @@ "use_path_request_style" "url=https://s3.tammi.cc" "passwd_file=${config.age.secrets.s3fs.path}" + "x-systemd.automount" "x-systemd.after=network-online.target" ]; }; @@ -400,6 +401,7 @@ "use_path_request_style" "url=https://s3.tammi.cc" "passwd_file=${config.age.secrets.s3fs.path}" + "x-systemd.automount" "x-systemd.after=network-online.target" ]; }; |
