feat(servers): add baldur, the immortal

This commit is contained in:
CronyAkatsuki 2025-05-07 16:41:42 +02:00
parent 79420d9b7c
commit 8c4e9f6641
9 changed files with 107 additions and 1 deletions

View file

@ -25,6 +25,9 @@
# Enable flakes
nix.settings.experimental-features = ["nix-command" "flakes"];
# Enable trusted users
nix.trustedUsers = ["root" "@wheel"];
# Setup gpu
hardware.graphics = {
enable = true;