Add a descriptive commit name

This commit is contained in:
beanigen 2025-02-21 13:16:06 +08:00
parent 01004d0212
commit c2c32e816c
No known key found for this signature in database
3 changed files with 17 additions and 45 deletions

View file

@ -11,6 +11,10 @@
];
services.blueman.enable = true;
programs.steam.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;