Skip to content

Commit

Permalink
chore(sazed): persist AGISIT vbox/vagrant dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Sep 17, 2024
1 parent f807e5a commit be4741c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/sazed/machine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ in
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
users.extraGroups.vboxusers.members = [ "rg" ];
# (after AGISIT ends, also remove environment.persistence entries, further down)
# AGISIT - end


Expand Down Expand Up @@ -83,6 +84,11 @@ in
];
directories = [
".m2"
# AGISIT: temporary
".local/share/vagrant"
".config/VirtualBox"
"VirtualBox VMs" # ewww!
# AGISIT: end
];
};
};
Expand Down
2 changes: 2 additions & 0 deletions modules/workstation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ in
FLY_CONFIG_DIR = "\"$XDG_STATE_HOME\"/fly";
GNUPGHOME = "\"$XDG_DATA_HOME\"/gnupg";
DOTNET_CLI_HOME = "\"$XDG_DATA_HOME\"/dotnet";
VAGRANT_HOME = "\"$XDG_DATA_HOME\"/vagrant";
SONARLINT_USER_HOME = "\"$XDG_DATA_HOME\"/sonarlint";
#xdg-ninja recommendations - end

};
Expand Down

0 comments on commit be4741c

Please sign in to comment.