mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-22 06:34:14 -05:00
13 lines
242 B
Nix
13 lines
242 B
Nix
{lib, config, pkgs, ...}:{
|
|
imports = [
|
|
../../modules
|
|
];
|
|
|
|
networking.hostName = "WCE-Overseer";
|
|
proxmoxLXC.manageNetwork = true;
|
|
|
|
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
|
|
user.overseer.enable = true;
|
|
}
|