inputs: let mkHost = import ../mkHost.nix inputs; in mkHost { system = "x86_64-linux"; hostname = "Arcadia"; users = [ { username = "hare"; home = ./hare/home-manager.nix; nixos = ./hare/nixos.nix; } ]; systemModules = [ ./nixos.nix ]; }