Skip to content

Commit

Permalink
Make the RequiredBy items in the nix.mount of steam-deck planner in […
Browse files Browse the repository at this point in the history
…Install] (#455)
  • Loading branch information
Hoverbear authored May 9, 2023
1 parent 08ef3bb commit 217c368
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/planner/steam_deck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,17 @@ impl Planner for SteamDeck {
Requires=nix-directory.service\n\
ConditionPathIsDirectory=/nix\n\
DefaultDependencies=no\n\
RequiredBy=nix-daemon.service\n\
RequiredBy=nix-daemon.socket\n\
\n\
[Mount]\n\
What={persistence}\n\
Where=/nix\n\
Type=none\n\
DirectoryMode=0755\n\
Options=bind\n\
\n\
[Install]\n\
RequiredBy=nix-daemon.service\n\
RequiredBy=nix-daemon.socket\n
",
persistence = persistence.display(),
);
Expand Down

0 comments on commit 217c368

Please sign in to comment.