CrOS/hosts/WCE-Overseer/default.nix
TheWanderingCrow f101eb6b2e topology
2025-03-21 13:21:13 +00:00

19 lines
299 B
Nix

{
lib,
config,
pkgs,
...
}: {
imports = [
./hardware-configuration.nix
./topology-config.nix
../../modules
];
networking.hostName = "WCE-Overseer";
networking.hostId = "7fb1c512";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
user.overseer.enable = true;
}