summaryrefslogtreecommitdiff
path: root/Biz/Dev.nix
blob: a08a8f72d5bba5dcd34df2ba41d2d7857976d42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ bild }:

# Dev machine for work and building stuff.

bild.os {
  imports = [
    ./OsBase.nix
    ./Packages.nix
    ./Users.nix
    ./Dev/Configuration.nix
    ./Dev/Hardware.nix
  ];
  networking.hostName = "lithium";
  networking.domain = "dev.simatime.com";
}