summaryrefslogtreecommitdiff
path: root/Omni/Dev/Lithium.nix
blob: 9eb8304cad3196e0cd7b7e0b9495eb6ba3bd2418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ bild }:
# Dev machine for work and building stuff.

bild.os {
  imports = [
    ../Os/Base.nix
    ../Packages.nix
    ../Users.nix
    ./Lithium/Configuration.nix
    ./Lithium/Hardware.nix
    ./Hoogle.nix
    ./Networking.nix
    ./Dns.nix
    #./Guix.nix # I need to package a bunch of guile libs first
    ./Vpn.nix
  ];
  networking.hostName = "lithium";
  networking.domain = "dev.simatime.com";
}