blob: 03934fff4dbbfa37afdae1368a596385fe9c34f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{ ... }:
{
imports = [
../../modules/common.nix
./hardware.nix
./devices.nix
../../modules/syncthing.nix
];
networking.hostName = "Graphite";
system.stateVersion = "24.05";
}
|