organized, fixed wireguard config

This commit is contained in:
Parker TenBroeck 2026-05-23 11:13:59 -04:00
parent 1be91dfd0c
commit 079b1eb5d6
12 changed files with 139 additions and 70 deletions

17
hosts/work.nix Normal file
View file

@ -0,0 +1,17 @@
{
imports = [
./common.nix
../modules/networking.nix
../modules/bluetooth.nix
../modules/fonts.nix
../modules/packages.nix
../modules/hyprland
];
nixpkgs.config.allowUnfree = true;
networking.hostName = "work";
system.stateVersion = "23.11";
home-manager.users.may.home.stateVersion = "25.11";
}