bakke: uninit #131

Open
felixalb wants to merge 1 commits from friendship-with-bakke-ended into main
Owner

#87 was problematic, nobody used it, and we removed the physical host from the server rack. The hardware is now free to be used for other purposes.

https://git.pvv.ntnu.no/Drift/pvv-nixos-config/pulls/87 was problematic, nobody used it, and we removed the physical host from the server rack. The hardware is now free to be used for other purposes.
felixalb added 1 commit 2026-04-19 19:02:25 +02:00
bakke: uninit
All checks were successful
Eval nix flake / evals (push) Successful in 4m41s
Eval nix flake / evals (pull_request) Successful in 5m18s
38c62cb5e7
Owner

Why is only the configuration file from hosts/bakke deleted and not just the whole directory?

Why is only the configuration file from hosts/bakke deleted and not just the whole directory?
Owner

@vegardbm Git doesn't track directories, only files. So removing the last file in a directory is the same thing as removing the directory itself. Sometimes, people even create empty files named .gitkeep to ensure the directory exists in the git repo without having any other files to put there.

See what you meant now, what about the rest of the files lol

<s>@vegardbm Git doesn't track directories, only files. So removing the last file in a directory is the same thing as removing the directory itself. Sometimes, people even create empty files named `.gitkeep` to ensure the directory exists in the git repo without having any other files to put there.</s> See what you meant now, what about the rest of the files lol
All checks were successful
Eval nix flake / evals (push) Successful in 4m41s
Eval nix flake / evals (pull_request) Successful in 5m18s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin friendship-with-bakke-ended:friendship-with-bakke-ended
git checkout friendship-with-bakke-ended
Sign in to join this conversation.