Files
nixos/info.nix
T
biscuit 6ae2221007 upd
2025-05-21 10:51:10 -05:00

12 lines
156 B
Nix

{
hostname = "nixos";
username = "biscuit";
timezone = "America/Chicago";
# VPN
vpnEnable = true;
# Unfree Softwares
allowUnfree = true;
}