blob: 8452d1e13ae15ff5f35bd73763f0571eb77dbc0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{bild}:
bild.os {
imports = [
../Os/Base.nix
../Packages.nix
../Users.nix
./Beryllium/Configuration.nix
./Beryllium/Hardware.nix
./Beryllium/Ollama.nix
./Vpn.nix
];
networking.hostName = "beryllium";
networking.domain = "beryl.simatime.com";
}
|