summaryrefslogtreecommitdiff
path: root/hosts/kioku/configuration.nix
blob: 50b4ebc999bb28c6c2b2200ad3fd9cd1315e6b74 (plain) (blame)
1
2
3
4
5
6
7
8
{ self, ... }:
{
  imports = [
    "${self}/modules/usb"
  ];

  networking.hostName = "kioku";
}