CrOS/hosts/WCE-Overseer/default.nix
2025-01-18 17:49:37 -05:00

18 lines
273 B
Nix

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