NixOS-Configs/hosts/t2/default.nix

11 lines
151 B
Nix

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