Skip to content

Commit

Permalink
reduce odds of file conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Oct 19, 2024
1 parent b5a62ed commit af14d64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/vscode-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ import ./module.nix (
in
{
# We need to create each of the folders before the next file otherwise parents get owned by root
"80-setup-config-folder-for-all-users" = homeDirectory ".config";
"81-setup-systemd-folder-for-all-users" = homeDirectory ".config/systemd";
"82-setup-systemd-user-folder-for-all-users" = homeDirectory ".config/systemd/user";
"83-enable-auto-fix-vscode-server-service-for-all-users" = forEachUser {
"80-vscode-server-setup-config-folder-for-all-users" = homeDirectory ".config";
"81-vscode-server-setup-systemd-folder-for-all-users" = homeDirectory ".config/systemd";
"82-vscode-server-setup-systemd-user-folder-for-all-users" = homeDirectory ".config/systemd/user";
"83-vscode-server-enable-auto-fix-vscode-server-service-for-all-users" = forEachUser {
path = ".config/systemd/user/auto-fix-vscode-server.service";
file = (username: {
"L+" = {
Expand Down

0 comments on commit af14d64

Please sign in to comment.