NixOS-Configs/hosts/t2/default.nix
2024-12-11 11:07:01 -06:00

15 lines
172 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./hardware-configuration.nix
../workstation
../wm
];
networking.hostName = "t2";
}